diff --git a/src/SharpEmu.GUI/App.axaml b/src/SharpEmu.GUI/App.axaml index e1e3554d..73ad1099 100644 --- a/src/SharpEmu.GUI/App.axaml +++ b/src/SharpEmu.GUI/App.axaml @@ -5,6 +5,7 @@ SPDX-License-Identifier: GPL-2.0-or-later @@ -32,6 +33,29 @@ SPDX-License-Identifier: GPL-2.0-or-later + + + + + + + + + + + + + + + + + diff --git a/src/SharpEmu.GUI/Languages/en.json b/src/SharpEmu.GUI/Languages/en.json index 727df964..bf85c064 100644 --- a/src/SharpEmu.GUI/Languages/en.json +++ b/src/SharpEmu.GUI/Languages/en.json @@ -15,6 +15,7 @@ "Library.Context.OpenFolder": "Open game folder", "Library.Context.CopyPath": "Copy path", "Library.Context.CopyTitleId": "Copy title ID", + "Library.Context.GameSettings": "Game settings…", "Library.Context.Remove": "Remove from library", "Library.Empty.Title": "Your library is empty", @@ -81,6 +82,13 @@ "Common.On": "On", "Common.Off": "Off", + "Common.Save": "Save", + "Common.Cancel": "Cancel", + + "PerGame.Title": "Per-game settings — {0} ({1})", + "PerGame.InheritNote": "Unchecked rows inherit the global defaults.", + "PerGame.EnvToggles.Label": "Environment toggles", + "PerGame.EnvToggles.Desc": "Override the global set of SHARPEMU_* switches for this game.", "Console.Title": "CONSOLE", "Console.SearchWatermark": "Search...", diff --git a/src/SharpEmu.GUI/MainWindow.axaml b/src/SharpEmu.GUI/MainWindow.axaml index 3a1b92c8..8d6276a7 100644 --- a/src/SharpEmu.GUI/MainWindow.axaml +++ b/src/SharpEmu.GUI/MainWindow.axaml @@ -126,6 +126,13 @@ SPDX-License-Identifier: GPL-2.0-or-later + + + + + + @@ -199,27 +206,19 @@ SPDX-License-Identifier: GPL-2.0-or-later - - - - - - + - + - - - - - - + - + @@ -227,13 +226,9 @@ SPDX-License-Identifier: GPL-2.0-or-later - - - - - - + @@ -242,49 +237,32 @@ SPDX-License-Identifier: GPL-2.0-or-later - + - - - - - - + - + - - - - - - + - + - - - - - -