mirror of https://github.com/stella-emu/stella.git
libretro: Fix compile errors (PlusROM and some minor joystick stuff).
This commit is contained in:
parent
1a79ea09c5
commit
14bd210005
|
@ -471,19 +471,15 @@ class EventHandler
|
|||
SCANLINES,
|
||||
INTERPOLATION,
|
||||
// *** Input group ***
|
||||
#ifdef JOYSTICK_SUPPORT
|
||||
DEADZONE,
|
||||
ANALOG_SENSITIVITY,
|
||||
DEJITTER_AVERAGING,
|
||||
DEJITTER_REACTION,
|
||||
#endif
|
||||
DIGITAL_SENSITIVITY,
|
||||
AUTO_FIRE,
|
||||
FOUR_DIRECTIONS,
|
||||
MOD_KEY_COMBOS,
|
||||
#ifdef JOYSTICK_SUPPORT
|
||||
SA_PORT_ORDER,
|
||||
#endif
|
||||
USE_MOUSE,
|
||||
PADDLE_SENSITIVITY,
|
||||
TRACKBALL_SENSITIVITY,
|
||||
|
|
|
@ -111,6 +111,7 @@ SOURCES_CXX := \
|
|||
$(CORE_DIR)/emucore/MT24LC256.cxx \
|
||||
$(CORE_DIR)/emucore/OSystem.cxx \
|
||||
$(CORE_DIR)/emucore/Paddles.cxx \
|
||||
$(CORE_DIR)/emucore/PlusROM.cxx \
|
||||
$(CORE_DIR)/emucore/PointingDevice.cxx \
|
||||
$(CORE_DIR)/emucore/Props.cxx \
|
||||
$(CORE_DIR)/emucore/PropsSet.cxx \
|
||||
|
|
Loading…
Reference in New Issue