rjx-mirror/src/Ryujinx.Ava
Ac_K c545c59851
ava: Fix exit dialog while guest is running. (#5207)
* ava: Fix exit dialog while guest is running.

There is currently an issue while a game runs, the content dialog creation method check if `IsGameRunning` is true to show the popup.
But the condition here is wrong (`window` is null) so it throw a NullException silently in `Dispatcher.UIThread`.
This is now fixed by using the right casting.

* improve condition

* Fix spacing
2023-06-03 03:37:00 +00:00
..
Assets Add Context Menu Option to Run Application (#5154) 2023-05-30 19:51:03 +01:00
Common ava: Fix crash when extracting sections from NCA with no data section (#5002) 2023-05-17 19:27:49 +00:00
Input Ava: Fix wrong MouseButton (#4900) 2023-05-12 21:39:42 +02:00
Modules/Updater Fix the restart after an update. (#4869) 2023-05-12 02:14:29 +02:00
UI ava: Fix exit dialog while guest is running. (#5207) 2023-06-03 03:37:00 +00:00
App.axaml Move solution and projects to src 2023-04-27 23:51:14 +02:00
App.axaml.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
AppHost.cs GPU: Dispose Renderer after running deferred actions (#5144) 2023-05-31 21:43:20 +00:00
Program.cs Add hide-cursor command line argument & always hide cursor option (#4613) 2023-05-02 03:29:47 +02:00
Ryujinx.Ava.csproj Linux: Automatically increase vm.max_map_count if it's too low (#4702) 2023-05-30 01:48:37 +02:00
Ryujinx.ico Move solution and projects to src 2023-04-27 23:51:14 +02:00