Change reset shortcut, handle shortcut

This commit is contained in:
Parker Smith
2025-04-09 23:39:03 -04:00
committed by Lywx
parent daa711f290
commit 2fb8eeda10
2 changed files with 5 additions and 7 deletions
+1 -7
View File
@@ -423,13 +423,7 @@ void DrawMenuBarIcon() {
void DrawGameMenu() {
if (UIWidgets::BeginMenu("Starship")) {
if (UIWidgets::MenuItem("Reset",
#ifdef __APPLE__
"Command-R"
#else
"Ctrl+R"
#endif
)) {
if (UIWidgets::MenuItem("Reset", "F4")) {
gNextGameState = GSTATE_BOOT;
}
#if !defined(__SWITCH__) && !defined(__WIIU__)