Use ppsspp error name

This commit is contained in:
sum2012 2020-08-18 06:42:55 +08:00
parent dfad6cd479
commit 35c05ef064
2 changed files with 2 additions and 4 deletions

View file

@ -77,8 +77,6 @@ struct SceKernelSysClock {
u32_le hi;
};
static const int ERROR_KERNEL_WAIT_CAN_NOT_WAIT = 0x800201a7;
static const int ERROR_KERNEL_ILLEGAL_ARGUMENT = 0x800200d2;
// TODO: Map these to PSP wait types. Most of these are wrong.
// remember to update the waitTypeNames array in sceKernelThread.cpp when changing these