citra_qt: Allow enabling frame advance before emulation start

Effectively allows starting emulation as paused.
This commit is contained in:
zhupengfei 2020-07-23 18:49:17 +08:00
parent d6b64f6b09
commit e60e20666e
No known key found for this signature in database
GPG key ID: DD129E108BD09378
6 changed files with 24 additions and 6 deletions

View file

@ -349,9 +349,6 @@
<property name="checkable">
<bool>true</bool>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Enable Frame Advancing</string>
</property>