Qt: Move recompiler icache to console settings page

This commit is contained in:
Connor McLaughlin
2022-07-26 18:42:37 +10:00
parent 8af4f4f01a
commit 19b358359c
4 changed files with 27 additions and 4 deletions

View File

@ -128,6 +128,13 @@
</item>
</layout>
</item>
<item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="recompilerICache">
<property name="text">
<string>Enable Recompiler ICache</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>