Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Sora-yx committed Feb 4, 2025
1 parent 416bccd commit 2aab58c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions SA-Mod-Manager/Controls/SADX/GameConfig.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ private void GameConfig_Loaded(object sender, RoutedEventArgs e)

if (App.CurrentGame.id == GameEntry.GameType.SADX && File.Exists(OldD3d8to9GamePath))
{
if (File.Exists(App.CurrentGame.loader.mlverPath))
SetD3D9();

if (File.Exists(App.CurrentGame.loader.mlverPath))
{
string currentTagName = File.ReadAllText(App.CurrentGame.loader.mlverPath);

Expand All @@ -72,7 +74,6 @@ private void GameConfig_Loaded(object sender, RoutedEventArgs e)
if (currentID >= 633)
{
File.Delete(OldD3d8to9GamePath);
SetD3D9();
}
}
}
Expand Down

0 comments on commit 2aab58c

Please sign in to comment.