aboutsummaryrefslogtreecommitdiff
path: root/source/snes9x.h
diff options
context:
space:
mode:
authorJoão Silva2017-01-15 01:08:40 +0000
committerJoão Silva2017-01-15 01:08:40 +0000
commitbc7474392a91fa9838e6ecb5b16ccebdd97ab9ec (patch)
tree3447568188fd4e707386acb3a2034958f9ba1fed /source/snes9x.h
parenta06ce12a2acdc993742df298f6d40811da70a432 (diff)
downloadsnes9x2005-bc7474392a91fa9838e6ecb5b16ccebdd97ab9ec.tar.gz
snes9x2005-bc7474392a91fa9838e6ecb5b16ccebdd97ab9ec.tar.bz2
snes9x2005-bc7474392a91fa9838e6ecb5b16ccebdd97ab9ec.zip
Fixed input for games like SMAS and removed joypad swapping option.
Diffstat (limited to 'source/snes9x.h')
-rw-r--r--source/snes9x.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/snes9x.h b/source/snes9x.h
index 9e94c91..4da02bc 100644
--- a/source/snes9x.h
+++ b/source/snes9x.h
@@ -81,7 +81,6 @@ enum
{
SNES_MULTIPLAYER5,
SNES_JOYPAD,
- SNES_MOUSE_SWAPPED,
SNES_MOUSE,
SNES_SUPERSCOPE,
SNES_JUSTIFIER,
@@ -160,7 +159,6 @@ typedef struct
bool TraceDSP;
/* Joystick options */
- bool SwapJoypads;
bool JoystickEnabled;
/* ROM timing options (see also H_Max above) */