From 461d2615ce39be7178dd2dca3b715edf86c3fc73 Mon Sep 17 00:00:00 2001 From: jdgleaver Date: Wed, 19 Dec 2018 16:09:45 +0000 Subject: Fix controller input for Super Mario All-Stars (backport https://github.com/libretro/snes9x2005/commit/bc7474392a91fa9838e6ecb5b16ccebdd97ab9ec) --- src/snes9x.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/snes9x.h') 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) -- cgit v1.2.3