mirror of
https://github.com/HarbourMasters/Starship
synced 2026-06-11 05:18:08 -04:00
Change reset shortcut, handle shortcut
This commit is contained in:
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user