Implement resetting from a popup menu on the pause menu.

This commit is contained in:
Henrik Rydgård
2025-03-28 14:31:01 +01:00
parent 7314a65cc5
commit 116f8cf3af
10 changed files with 81 additions and 37 deletions
+1 -1
View File
@@ -325,7 +325,7 @@ void DisplayLayoutScreen::CreateViews() {
settingsVisible_.resize(g_Config.vPostShaderNames.size());
}
static ContextMenuItem postShaderContextMenu[] = {
static const ContextMenuItem postShaderContextMenu[] = {
{ "Move Up", "I_ARROW_UP" },
{ "Move Down", "I_ARROW_DOWN" },
{ "Remove", "I_TRASHCAN" },