Add native restart menu button

It should replace Simply Love restart hack.
Now it is possible to assign any button to restart.
This commit is contained in:
Yauhen Artsiukhou
2024-07-27 02:59:13 +02:00
committed by teejusb
parent 7cf2501214
commit 705cd55a04
10 changed files with 49 additions and 3 deletions
+1
View File
@@ -1208,6 +1208,7 @@ static const InputScheme::GameButtonInfo g_CommonGameButtonInfo[] =
{ "Start", GAME_BUTTON_START },
{ "Select", GAME_BUTTON_SELECT },
{ "Back", GAME_BUTTON_BACK },
{ "Restart", GAME_BUTTON_RESTART },
{ "Coin", GAME_BUTTON_COIN },
{ "Operator", GAME_BUTTON_OPERATOR },
{ "EffectUp", GAME_BUTTON_EFFECT_UP },