mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Debug level reduction
This commit is contained in:
parent
343209b936
commit
b38e60672c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
#include "sceCtrl.h"
|
||||
|
||||
u32 sceHprmPeekCurrentKey(u32 keyAddress) {
|
||||
INFO_LOG(HLE,"0=sceHprmPeekCurrentKey(ptr)");
|
||||
DEBUG_LOG(HLE,"0=sceHprmPeekCurrentKey(ptr)");
|
||||
Memory::Write_U32(0, keyAddress);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue