Basic custom settings functionality

Co-authored-by: KeatonTheBot <keaton@ryujinx.app>
This commit is contained in:
blackfa765
2026-09-05 14:13:06 -05:00
committed by KeatonTheBot
co-authored by KeatonTheBot
parent e07f333a31
commit db35be690f
45 changed files with 1683 additions and 332 deletions
@@ -42,6 +42,10 @@
Click="OpenDownloadableContentManager_Click"
Header="{locale:Locale GameListContextMenuManageDlc}"
ToolTip.Tip="{locale:Locale GameListContextMenuManageDlcToolTip}" />
<MenuItem
Click="OpenCustomSettingsManager_Click"
Header="{locale:Locale GameListContextMenuManageCustomSettings}"
ToolTip.Tip="{locale:Locale GameListContextMenuManageCustomSettingsToolTip}" />
<MenuItem
Click="OpenCheatManager_Click"
Header="{locale:Locale GameListContextMenuManageCheat}"
@@ -51,6 +55,10 @@
Header="{locale:Locale GameListContextMenuManageMod}"
ToolTip.Tip="{locale:Locale GameListContextMenuManageModToolTip}" />
<Separator />
<MenuItem
Click="OpenCustomSettings_Click"
Header="{locale:Locale GameListContextMenuCustomSettingsOpen}"
ToolTip.Tip="{locale:Locale GameListContextMenuCustomSettingsOpenToolTip}" />
<MenuItem
Click="OpenModsDirectory_Click"
Header="{locale:Locale GameListContextMenuOpenModsDirectory}"