mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-05-02 10:59:36 +02:00
ABC turbo
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@553 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -91,6 +91,11 @@ typedef enum
|
||||
MA_CDOPT_SCALEROT_CHIP,
|
||||
MA_CDOPT_BETTER_SYNC,
|
||||
MA_CDOPT_DONE,
|
||||
MA_CTRL_PLAYER1,
|
||||
MA_CTRL_PLAYER2,
|
||||
MA_CTRL_EMU,
|
||||
MA_CTRL_TURBO_RATE,
|
||||
MA_CTRL_DONE,
|
||||
} menu_id;
|
||||
|
||||
typedef struct
|
||||
@@ -112,7 +117,7 @@ typedef struct
|
||||
int mask;
|
||||
} me_bind_action;
|
||||
|
||||
extern me_bind_action me_ctrl_actions[12];
|
||||
extern me_bind_action me_ctrl_actions[15];
|
||||
extern me_bind_action emuctrl_actions[]; // platform code
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user