mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-03 03:05:18 +02:00
Add draft sceKernelFindModuleByUID (#13380)
* Add draft sceKernelFindModuleByUID #13205 * Add KERNEL_SYSCALL flag * oop * oop2 * Not sure why make this change before * Last night I might be too tried
This commit is contained in:
@@ -2327,6 +2327,12 @@ static u32 sceKernelGetModuleId()
|
||||
return __KernelGetCurThreadModuleId();
|
||||
}
|
||||
|
||||
u32 sceKernelFindModuleByUID(u32 uid)
|
||||
{
|
||||
ERROR_LOG(SCEMODULE, "UNIMPL sceKernelFindModuleByUID(%d)", uid);
|
||||
return 0;
|
||||
}
|
||||
|
||||
u32 sceKernelFindModuleByName(const char *name)
|
||||
{
|
||||
ERROR_LOG_REPORT(SCEMODULE, "UNIMPL sceKernelFindModuleByName(%s)", name);
|
||||
|
||||
Reference in New Issue
Block a user