mirror of
https://github.com/libretro/Play-.git
synced 2024-12-12 11:05:36 +00:00
Added detection of PadPortOpen function for easier debugging.
This commit is contained in:
parent
d8596f517d
commit
097713994b
@ -329,6 +329,7 @@ void CDebugger::FindEeFunctions()
|
||||
{ "sceGsPutDrawEnv: DMA Ch.2 does not terminate\r\n", "GsPutDrawEnv" },
|
||||
{ "sceGsSetDefLoadImage: too big size\r\n", "GsSetDefLoadImage" },
|
||||
{ "sceGsSyncPath: DMA Ch.1 does not terminate\r\n", "GsSyncPath" },
|
||||
{ "libpad: buffer addr is not 64 byte align. %08x\n", "PadPortOpen" },
|
||||
{ "sceDbcReceiveData: rpc error\n", "DbcReceiveData" }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user