rcinput: fix RC_mode for BRE2ZE4K

This commit is contained in:
GetAway
2018-12-02 22:21:42 +01:00
parent 61aeeb1537
commit 77ffcac7d0

View File

@@ -241,7 +241,11 @@ class CRCInput
RC_rewind = KEY_REWIND,
RC_stop = KEY_STOP,
RC_timeshift = KEY_TIME,
#if BOXMODEL_BRE2ZE4K
RC_mode = KEY_SWITCHVIDEOMODE,
#else
RC_mode = KEY_MODE,
#endif
RC_games = KEY_GAMES,
RC_next = KEY_NEXT,
RC_prev = KEY_PREVIOUS,