removed pce alternate turbo override (no L3/R3)
This commit is contained in:
parent
9a35737d0e
commit
6626a815fb
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
static CoreOverrides mednafen_pce_fast_overrides = {
|
static CoreOverrides mednafen_pce_fast_overrides = {
|
||||||
.core_name = "mednafen_pce_fast",
|
.core_name = "mednafen_pce_fast",
|
||||||
|
.option_overrides = (OptionOverride[]){
|
||||||
|
{"pce_fast_turbo_toggle_hotkey", "disabled", 1}, // we don't have L3/R3
|
||||||
|
{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