Added detection of PadPortOpen function for easier debugging.

This commit is contained in:
Jean-Philip Desjardins 2015-11-01 22:23:48 -05:00
parent d8596f517d
commit 097713994b

View File

@ -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" }
};