show loaded config on save item in main menu too

This commit is contained in:
Shaun Inman 2023-01-28 19:52:18 -05:00
parent 515aa13b60
commit 0edeaf06eb
8 changed files with 16 additions and 8 deletions

View file

@ -17,6 +17,6 @@ static CoreOverrides pcsx_rearmed_overrides = {
{"R1 Button", RETRO_DEVICE_ID_JOYPAD_R, BTN_ID_R1},
{"L2 Button", RETRO_DEVICE_ID_JOYPAD_L2, BTN_ID_L2},
{"R2 Button", RETRO_DEVICE_ID_JOYPAD_R2, BTN_ID_R2},
{NULL,0,0},
{NULL},
},
};