reverted debug code
All checks were successful
Java CI / test (push) Successful in 1m22s

This commit is contained in:
WeeXnes 2025-04-23 02:48:26 +02:00
parent eb5975667f
commit 53b53a4e7c

View file

@ -42,9 +42,6 @@ public partial class App : Application
{ {
SetExceptionHandler(); SetExceptionHandler();
Console.SetLogFile("output.log"); Console.SetLogFile("output.log");
GameConfig gameConfig = new GameConfig();
gameConfig.ParseConfig("/run/media/weexnes/79F5-D666/CFG/SLES_503.30.cfg");
Console.WriteLine(gameConfig.ToString());
Globals.LoadSettings(); Globals.LoadSettings();
if (ApplicationLifetime is IClassicDesktopStyleApplicationLifetime desktop) if (ApplicationLifetime is IClassicDesktopStyleApplicationLifetime desktop)
{ {