Code refinement. Added UI menu to user settings
Added markers to menu for settings related to global settings
This commit is contained in:
@@ -169,6 +169,11 @@ namespace Ryujinx.Ava
|
||||
|
||||
public static string GetDirGameUserConfig(string gameId, bool rememberGlobalDir = false, bool changeFolderForGame = false)
|
||||
{
|
||||
if (string.IsNullOrEmpty(gameId))
|
||||
{
|
||||
return "";
|
||||
}
|
||||
|
||||
string gameDir = Path.Combine(AppDataManager.GamesDirPath, gameId, ReleaseInformation.ConfigName);
|
||||
|
||||
// Should load with the game if there is a custom setting for the game
|
||||
|
||||
Reference in New Issue
Block a user