Fix for custom joystick controls

Updated custom joystick controls along with hard coding of buttons 8 + 9 together to exit emulator.
This commit is contained in:
GrethTom 2016-05-20 09:03:37 +01:00 committed by Chips
parent f6a6c90d3a
commit 90a5fa1649
4 changed files with 118 additions and 27 deletions

View file

@ -13,6 +13,7 @@
#define OPTIONSFILENAME "uaeconfig"
extern int emulating;
extern int JoystickButton[20]; //Joystick Button state
extern int uae4all_keystate[256];
extern int z3_start_adr;