mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Changed to ERROR_LOG
This commit is contained in:
parent
f5b6470718
commit
ff283b69b0
1 changed files with 1 additions and 1 deletions
|
@ -1186,7 +1186,7 @@ u32 GetMemoryBlockPtr(u32 uid, u32 addr) {
|
|||
}
|
||||
|
||||
u32 SysMemUserForUser_D8DE5C1E(){
|
||||
DEBUG_LOG(HLE,"HACKIMPL SysMemUserForUser_D8DE5C1E Returning 0");
|
||||
ERROR_LOG(HLE,"HACKIMPL SysMemUserForUser_D8DE5C1E Returning 0");
|
||||
return 0; //according to jpcsp always returns 0
|
||||
}
|
||||
// These aren't really in sysmem, but they are memory related?
|
||||
|
|
Loading…
Add table
Reference in a new issue