MAME4iOS
MAME4iOS copied to clipboard
SELECT is select, and START is start. (on iOS 14)
Currently we support Combo buttons, like SELECT
+START
=> MENU
, and long press SELECT
=> MENU
, long press START
=> MENU
. plus other combinations to do things like exit game.
if your controller has a dedicated HOME button, on iOS 14+, you can use the HOME
button to get the MAME4iOS menu.
we should not do any combo buttons (for SELECT
or START
) in this case, just let MAME
see the button.
Thanks Toddla for doing this PR
bigest change is to the HELP and README, just explaining how controllers work.