notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47624ec
)
Cleanup a bit more.
author
iLag
<ilagdoesntcheckthisemail@gmail.com>
Tue, 24 Jan 2017 22:01:45 +0000
(14:01 -0800)
committer
iLag
<ilagdoesntcheckthisemail@gmail.com>
Tue, 24 Jan 2017 22:01:45 +0000
(14:01 -0800)
frontend/libretro.c
patch
|
blob
|
blame
|
history
diff --git
a/frontend/libretro.c
b/frontend/libretro.c
index
0c0ed3e
..
10e9694
100644
(file)
--- a/
frontend/libretro.c
+++ b/
frontend/libretro.c
@@
-41,7
+41,6
@@
#define ISHEXDEC ((buf[cursor]>='0') && (buf[cursor]<='9')) || ((buf[cursor]>='a') && (buf[cursor]<='f')) || ((buf[cursor]>='A') && (buf[cursor]<='F'))
-
//hack to prevent retroarch freezing when reseting in the menu but not while running with the hot key
int rebootemu = 0;
@@
-801,7
+800,7
@@
void retro_cheat_set(unsigned index, bool enabled, const char *code)
ret = AddCheat("", buf);
if (ret != 0)
- SysPrintf("Failed to set cheat %#u
: %s\n", index, code
);
+ SysPrintf("Failed to set cheat %#u
\n", index
);
else if (index < NumCheats)
Cheats[index].Enabled = enabled;
}