Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchLeaders committed Jun 22, 2024
1 parent 5762f6c commit b901572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tkmm.Core/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ partial void OnThemeChanged(string value)
SetTheme?.Invoke(value);
}

private static readonly string _ryujinxPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "Ryujinx", "mods", "contents", "0100f2c0115b6000");
private static readonly string _ryujinxPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "Ryujinx", "mods", "contents", "0100f2c0115b6000", "TKMM");
partial void OnUseRyujinxChanged(bool value)
{
if (Directory.Exists(_ryujinxPath)) {
Expand Down

0 comments on commit b901572

Please sign in to comment.