System: Add an option to preload CD image to RAM

This commit is contained in:
Connor McLaughlin
2020-07-22 00:03:22 +10:00
parent 3187d07d03
commit 9496c992f7
8 changed files with 23 additions and 0 deletions

View File

@@ -119,6 +119,13 @@
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="cdromLoadImageToRAM">
<property name="text">
<string>Preload Image To RAM</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>