mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Add a debug log for sceMpegAvcResourceFinish
This commit is contained in:
parent
fd50dc3a9d
commit
a79713b8c4
1 changed files with 1 additions and 0 deletions
|
@ -1334,6 +1334,7 @@ u32 sceMpegAvcResourceGetAvcDecTopAddr(u32 mpeg)
|
|||
|
||||
u32 sceMpegAvcResourceFinish(u32 mpeg)
|
||||
{
|
||||
DEBUG_LOG(HLE,"sceMpegAvcResourceFinish(%08x)", mpeg);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue