mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-12-27 06:21:02 +00:00
Fix jstrchk to be TODO
It's actually not implemented properly...
This commit is contained in:
parent
a8e15ce18a
commit
1ff4f77eaf
@ -721,8 +721,9 @@ s32 UTF8toUTF32()
|
||||
|
||||
s32 jstrchk(vm::cptr<void> jstr)
|
||||
{
|
||||
cellL10n.warning("jstrchk(jstr=*0x%x) -> utf8", jstr);
|
||||
cellL10n.todo("jstrchk(jstr=*0x%x) -> utf8", jstr);
|
||||
|
||||
// TODO: Actually detect the type of the string
|
||||
return L10N_STR_UTF8;
|
||||
}
|
||||
|
||||
|
@ -25,7 +25,8 @@ enum
|
||||
};
|
||||
|
||||
// CodePages
|
||||
enum {
|
||||
enum
|
||||
{
|
||||
L10N_UTF8 = 0,
|
||||
L10N_UTF16,
|
||||
L10N_UTF32,
|
||||
|
Loading…
Reference in New Issue
Block a user