Debug level reduction

This commit is contained in:
Henrik Rydgård 2013-11-20 14:53:31 +01:00
parent 343209b936
commit b38e60672c

View file

@ -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;
}