mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-27 18:30:56 +00:00
Fix invalid argument string for kuKernelLoadModule. Fixes #11895.
This commit is contained in:
parent
6cd7615cb0
commit
d3c0a010a0
@ -38,7 +38,7 @@ static int kuKernelGetModel() {
|
||||
|
||||
const HLEFunction KUBridge[] =
|
||||
{
|
||||
{ 0x4C25EA72, &WrapI_CUU<kuKernelLoadModule>, "kuKernelLoadModule", 'i', "cuu" },
|
||||
{ 0x4C25EA72, &WrapI_CUU<kuKernelLoadModule>, "kuKernelLoadModule", 'i', "sxx" },
|
||||
{ 0x24331850, &WrapI_V<kuKernelGetModel>, "kuKernelGetModel", 'i', "" },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user