mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-18 14:25:38 +00:00
Qt: Fix 8MB game setting not being tristate
This commit is contained in:
parent
6015cce47d
commit
1081c132cf
|
@ -257,6 +257,9 @@
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Enable 8MB RAM (Dev Console)</string>
|
<string>Enable 8MB RAM (Dev Console)</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="tristate">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|
|
Loading…
Reference in a new issue