Implement macro JIT

This commit is contained in:
David Marcec
2020-05-29 14:53:27 +10:00
parent 9d9ffe0f94
commit b032ebdfee
15 changed files with 1035 additions and 190 deletions

View File

@ -148,6 +148,19 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="disable_macro_jit">
<property name="enabled">
<bool>true</bool>
</property>
<property name="whatsThis">
<string>When checked, it disables the macro Just In Time compiler. Enabled this makes games run slower</string>
</property>
<property name="text">
<string>Disable Macro JIT</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>