summaryrefslogtreecommitdiff
path: root/src/snes9x.h
diff options
context:
space:
mode:
authorjdgleaver2018-12-19 16:09:45 +0000
committerjdgleaver2018-12-19 16:09:45 +0000
commit461d2615ce39be7178dd2dca3b715edf86c3fc73 (patch)
treef9f5ee841c6183e001724883005cda515f899115 /src/snes9x.h
parent30352c8da713c2f344b8c4f8979067b04369cb7e (diff)
downloadsnes9x2002-461d2615ce39be7178dd2dca3b715edf86c3fc73.tar.gz
snes9x2002-461d2615ce39be7178dd2dca3b715edf86c3fc73.tar.bz2
snes9x2002-461d2615ce39be7178dd2dca3b715edf86c3fc73.zip
Fix controller input for Super Mario All-Stars (backport
https://github.com/libretro/snes9x2005/commit/bc7474392a91fa9838e6ecb5b16ccebdd97ab9ec)
Diffstat (limited to 'src/snes9x.h')
-rw-r--r--src/snes9x.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/snes9x.h b/src/snes9x.h
index b051828..ac1dcfe 100644
--- a/src/snes9x.h
+++ b/src/snes9x.h
@@ -125,7 +125,6 @@ enum
{
SNES_MULTIPLAYER5,
SNES_JOYPAD,
- SNES_MOUSE_SWAPPED,
SNES_MOUSE,
SNES_SUPERSCOPE,
SNES_JUSTIFIER,
@@ -253,7 +252,6 @@ typedef struct
bool8 TraceDSP;
// Joystick options
- bool8 SwapJoypads;
bool8 JoystickEnabled;
// ROM timing options (see also H_Max above)