Skip to content

Commit

Permalink
Fix using in Ava
Browse files Browse the repository at this point in the history
  • Loading branch information
AcK77 authored Dec 2, 2022
1 parent e56b069 commit c250e33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Ryujinx.Ava/Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using ARMeilleure.Translation.PTC;
using Avalonia;
using Avalonia.Threading;
using Ryujinx.Ava.Ui.Windows;
using Ryujinx.Common;
using Ryujinx.Common.Configuration;
Expand Down Expand Up @@ -223,4 +224,4 @@ public static void Exit()
Logger.Shutdown();
}
}
}
}

0 comments on commit c250e33

Please sign in to comment.