clean_ryujinx/src/Ryujinx
Shyanne 8bd290cc57 Addressed empty NCA lockup
- Updated LoadGuestApplication to use a CancellationTokenSource so we can properly asynchronously cancel and not hang (other things could listen to this too, or cancel it).
- Moved PrepareLoadScreen() to later in the pipeline (because cancelling LoadGuestApplication causes issues).
- Added Metadata read/write logging.
- Made AppHost inherit Disposable interface so that the garbage collector kicks in (side effect: made private Dispose() public)
- Added a WaitHandle to wait on either gpuDoneEvent or gpuCTS.Cancel event (LoadGuestApplication cancellation).
- Set invalid title ID for metadata.
2025-12-27 22:34:48 -05:00
..
Assets UI: Main Window + General (ryubing/ryujinx!150) 2025-10-03 16:02:37 -05:00
Common improvement: Make the updater log a special error message in some cases 2025-09-05 03:12:15 -05:00
Headless feature: .NET 10 (ryubing/ryujinx!214) 2025-11-11 12:55:36 -06:00
Input Input: AvaloniaMouseDriver: fix native touch inputs (ryubing/ryujinx!178) 2025-10-19 17:33:24 -05:00
Systems Addressed empty NCA lockup 2025-12-27 22:34:48 -05:00
UI Addressed empty NCA lockup 2025-12-27 22:34:48 -05:00
Utilities feature: .NET 10 (ryubing/ryujinx!214) 2025-11-11 12:55:36 -06:00
app.manifest infra: Make Avalonia the default UI (#6375) 2024-03-02 12:51:05 +01:00
Program.cs fix: UI: Custom setting was reset to global when changed during gameplay. (ryubing/ryujinx!164) 2025-11-19 20:33:35 -06:00
Ryujinx.csproj chore: SDL3 (ryubing/ryujinx!207) 2025-11-07 14:43:48 -06:00
Ryujinx.ico Remove icon padding 2024-12-14 08:03:17 -06:00