mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Add more logging
This commit is contained in:
parent
7caccdb955
commit
1b98db916d
1 changed files with 1 additions and 1 deletions
|
@ -1807,7 +1807,7 @@ u32 sceMpegbase_BEA18F91(u32 p)
|
|||
SceMpegLLI lli;
|
||||
Memory::ReadStruct(p, &lli);
|
||||
//TODO:
|
||||
ERROR_LOG(ME, "UNIMPL sceMpegbase_BEA18F91(%08x)", p);
|
||||
ERROR_LOG(ME, "UNIMPL sceMpegbase_BEA18F91(%08x) pSrc %08x , pDst %08x, Next %08x, iSize %08x", p, lli.pSrc, lli.pDst ,lli.Next, lli.iSize);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue