summaryrefslogtreecommitdiff
path: root/src/snes9x.h
diff options
context:
space:
mode:
authormeepingsnesroms2018-12-19 16:27:18 +0000
committerGitHub2018-12-19 16:27:18 +0000
commit29db3cf00f552808b3f1dc5d11fcdbbefc659ec4 (patch)
treef9f5ee841c6183e001724883005cda515f899115 /src/snes9x.h
parent30352c8da713c2f344b8c4f8979067b04369cb7e (diff)
parent461d2615ce39be7178dd2dca3b715edf86c3fc73 (diff)
downloadsnes9x2002-29db3cf00f552808b3f1dc5d11fcdbbefc659ec4.tar.gz
snes9x2002-29db3cf00f552808b3f1dc5d11fcdbbefc659ec4.tar.bz2
snes9x2002-29db3cf00f552808b3f1dc5d11fcdbbefc659ec4.zip
Merge pull request #30 from jdgleaver/smas-input-fix
Fix controller input for Super Mario All-Stars
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)