gameboy player rumble toggle necessary for M&LSS

Mario & Luigi's Superstart Saga
This commit is contained in:
Shaun Inman 2023-03-01 19:50:37 -05:00
parent 041b6bde09
commit 2402906527

View file

@ -2,10 +2,6 @@
static CoreOverrides mgba_overrides = {
.core_name = "mgba",
.option_overrides = (OptionOverride[]){
{"mgba_force_gbp", "OFF", 1}, // doesn't seem to do anything
{NULL,NULL},
},
.button_mapping = (ButtonMapping[]){
{"Up", RETRO_DEVICE_ID_JOYPAD_UP, BTN_ID_UP},
{"Down", RETRO_DEVICE_ID_JOYPAD_DOWN, BTN_ID_DOWN},