mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
Implemented __sys_look_ctype_table
Implemented _sys_tolower, _sys_toupper Fixed _sys_strncasecmp
This commit is contained in:
parent
b83575bcbb
commit
4fe4521881
2 changed files with 50 additions and 21 deletions
|
@ -83,12 +83,6 @@ s32 sys_get_random_number(vm::ptr<u8> addr, u64 size)
|
|||
return CELL_OK;
|
||||
}
|
||||
|
||||
s32 __sys_look_ctype_table()
|
||||
{
|
||||
UNIMPLEMENTED_FUNC(sysPrxForUser);
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
s32 console_getc()
|
||||
{
|
||||
fmt::throw_exception("Unimplemented" HERE);
|
||||
|
@ -261,8 +255,6 @@ DECLARE(ppu_module_manager::sysPrxForUser)("sysPrxForUser", []()
|
|||
|
||||
REG_FUNC(sysPrxForUser, sys_get_random_number);
|
||||
|
||||
REG_FUNC(sysPrxForUser, __sys_look_ctype_table);
|
||||
|
||||
REG_FUNC(sysPrxForUser, console_getc);
|
||||
REG_FUNC(sysPrxForUser, console_putc);
|
||||
REG_FUNC(sysPrxForUser, console_write);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue