mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-28 07:50:49 +00:00
Fix typo
This commit is contained in:
parent
c2091de3d5
commit
97f26a11ae
@ -46,13 +46,13 @@ int sceCccSetTable(int jis2ucs, int ucs2jis)
|
||||
|
||||
int sceCccSJIStoUTF16(int dstUTF16, int dstSize, int srcSJIS)
|
||||
{
|
||||
ERROR_LOG_REPORT(HLE, "UNIMPL sceCccUTF8toSJIS");
|
||||
ERROR_LOG_REPORT(HLE, "UNIMPL sceCccSJIStoUTF16");
|
||||
return 0;
|
||||
}
|
||||
|
||||
int sceCccUTF16toSJIS()
|
||||
{
|
||||
ERROR_LOG_REPORT(HLE, "UNIMPL sceCccUTF8toUTF16");
|
||||
ERROR_LOG_REPORT(HLE, "UNIMPL sceCccUTF16toSJIS");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user