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:
56abf61
)
comment debugging printf
author
alexis-puska
<a.puska@ile-noire.com>
Thu, 12 May 2016 19:18:17 +0000
(21:18 +0200)
committer
cbransden
<chris.bransden@objectway.com>
Fri, 13 May 2016 17:30:01 +0000
(18:30 +0100)
frontend/libretro.c
patch
|
blob
|
blame
|
history
diff --git
a/frontend/libretro.c
b/frontend/libretro.c
index
0cd724e
..
6e859c7
100644
(file)
--- a/
frontend/libretro.c
+++ b/
frontend/libretro.c
@@
-1331,8
+1331,7
@@
void retro_run(void)
in_keystate[i] |= retro_psx_map[j];
}
-
- printf("%i : %i\n",i , input_state_cb(i, RETRO_ENVIRONMENT_GET_INPUT_DEVICE_CAPABILITIES, RETRO_DEVICE_INDEX_ANALOG_LEFT, RETRO_DEVICE_ID_ANALOG_X));
+ //printf("%i : %i\n",i , input_state_cb(i, RETRO_ENVIRONMENT_GET_INPUT_DEVICE_CAPABILITIES, RETRO_DEVICE_INDEX_ANALOG_LEFT, RETRO_DEVICE_ID_ANALOG_X));
if (in_type[i] == PSE_PAD_TYPE_ANALOGPAD)
{