mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-04-20 01:32:03 +00:00
- 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. |
||
|---|---|---|
| .. | ||
| Assets | ||
| Common | ||
| Headless | ||
| Input | ||
| Systems | ||
| UI | ||
| Utilities | ||
| app.manifest | ||
| Program.cs | ||
| Ryujinx.csproj | ||
| Ryujinx.ico | ||