forked from eden-emu/eden
settings: Add a configuration for use_accurate_framebuffers.
This commit is contained in:
parent
3f9f047375
commit
1bbbd26563
7 changed files with 21 additions and 0 deletions
|
@ -29,6 +29,13 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="use_accurate_framebuffers">
|
||||
<property name="text">
|
||||
<string>Use accurate framebuffers (slow)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
<item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue