summaryrefslogtreecommitdiff
path: root/plugins/dfinput
diff options
context:
space:
mode:
authorSND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-06-07 10:35:59 +0000
committerSND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-06-07 10:35:59 +0000
commitf16c114458aaad3b0885a072d703b742c32c1add (patch)
treea493b28eb12e7ad469ecafd2fe172ed9f745c3b6 /plugins/dfinput
parentc6fe359a590ef732d9450fde99964aa70f859803 (diff)
downloadpcsxr-f16c114458aaad3b0885a072d703b742c32c1add.tar.gz
PSXCPU_LOG for dynarec64 (dumped only compile). Dump log only if PSXCPU_LOG defined and Config.PsxOut option is used. Minor code polishments.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85183 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfinput')
-rwxr-xr-xplugins/dfinput/xkb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/dfinput/xkb.c b/plugins/dfinput/xkb.c
index c10ab9c8..616e722f 100755
--- a/plugins/dfinput/xkb.c
+++ b/plugins/dfinput/xkb.c
@@ -149,8 +149,8 @@ void CheckKeyboard() {
}
}
if (!found && !AnalogKeyReleased(Key)) {
- for (i=0 ; i < EMU_TOTAL ; i++) {
- if (Key == g.cfg.E.EmuDef[i].Mapping.Key) {
+ for (i=0 ; i < EMU_TOTAL ; i++) {
+ if (Key == g.cfg.E.EmuDef[i].Mapping.Key) {
//printf("release %x and %x\n", Key, g.cfg.E.EmuDef[i].EmuKeyEvent);
Key = g.cfg.E.EmuDef[i].EmuKeyEvent;
//g.cfg.E.EmuDef[i].Mapping.ReleaseEventPending = 0;