1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-09-06 16:56:28 -05:00

Fix problems added by Pause (#2645)

* Disable Pause/Resume menu instead of trying to hide them

* Fix Resume menu being active before renderer starts

* Fix emulator not being able to close properly
This commit is contained in:
mpnico
2021-09-18 14:31:44 +02:00
committed by GitHub
parent d327e809c9
commit fe9d5a1981
5 changed files with 42 additions and 15 deletions

View File

@@ -305,7 +305,7 @@
</child>
<child>
<object class="GtkMenuItem" id="_resumeEmulation">
<property name="visible">False</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes">Resume emulation</property>
<property name="label" translatable="yes">Resume Emulation</property>