Skip to content

Commit

Permalink
mini fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodfeat committed Feb 10, 2025
1 parent 53dfe7b commit 510ed7d
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/Ryujinx/UI/ViewModels/SettingsViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -838,25 +838,6 @@ public void SaveUserConfig()
CloseWindow?.Invoke();
}

public void DeleteConfigGame()
{
string gameDir = Program.GetDirGameUserConfig(GameId,false,false);

if (File.Exists(gameDir))
{
File.Delete(gameDir);
}
RevertIfNotSaved();
CloseWindow?.Invoke();
}

public void SaveUserConfig()
{
SaveSettings();
RevertIfNotSaved();
CloseWindow?.Invoke();
}

public void OkButton()
{
SaveSettings();
Expand Down

0 comments on commit 510ed7d

Please sign in to comment.