default to skipping bootlogo now that those work
This commit is contained in:
parent
2b02fde5cb
commit
6f0f8cf88f
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
static CoreOverrides mgba_overrides = {
|
static CoreOverrides mgba_overrides = {
|
||||||
.core_name = "mgba",
|
.core_name = "mgba",
|
||||||
|
.option_overrides = (OptionOverride[]){
|
||||||
|
{"mgba_skip_bios", "ON"},
|
||||||
|
{NULL,NULL},
|
||||||
|
},
|
||||||
.button_mapping = (ButtonMapping[]){
|
.button_mapping = (ButtonMapping[]){
|
||||||
{"Up", RETRO_DEVICE_ID_JOYPAD_UP, BTN_ID_UP},
|
{"Up", RETRO_DEVICE_ID_JOYPAD_UP, BTN_ID_UP},
|
||||||
{"Down", RETRO_DEVICE_ID_JOYPAD_DOWN, BTN_ID_DOWN},
|
{"Down", RETRO_DEVICE_ID_JOYPAD_DOWN, BTN_ID_DOWN},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue