Skip to content

Commit

Permalink
OOP
Browse files Browse the repository at this point in the history
  • Loading branch information
sum2012 committed Oct 16, 2022
1 parent 620c515 commit 266872b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/HLE/sceMp4.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ static u32 sceMp4Finish()

static u32 sceMp4Create(u32 mp4, u32 callbacks, u32 readBufferAddr, u32 readBufferSize)
{
ERROR_LOG_REPORT(ME, "UNIMPL sceMp4Create(mp4 %i,unknown2 %08x,readBufferAddr %08x,readBufferSize %i)", mp4, callbacks, readBufferAddr, readBufferSize);
ERROR_LOG_REPORT(ME, "UNIMPL sceMp4Create(mp4 %i,callbacks %08x,readBufferAddr %08x,readBufferSize %i)", mp4, callbacks, readBufferAddr, readBufferSize);
return 0;
}

Expand Down

0 comments on commit 266872b

Please sign in to comment.