fix: UI deadlock when launching a game with "Trace Logs" enabled
This fixes https://github.com/Ryubing/Issues/issues/30
- Switch to "Release" build config (
PerformanceCheck();
will only be called in Release build config)- Enable "Trace Logs" in Ryujinx settings
- Double click a game to launch
- Ryujinx will attempt to open a confirmation dialog box that never opens, causing UI deadlock
(I'm not very familiar with Avalonia, not sure if this is the best way to fix it...)