make MAC randomization optional

This commit is contained in:
Arisotura
2020-08-24 19:19:41 +02:00
parent c29e630314
commit abccc44eec
7 changed files with 77 additions and 37 deletions

View File

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>479</width>
<height>217</height>
<height>240</height>
</rect>
</property>
<property name="sizePolicy">
@ -39,6 +39,16 @@
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="cbRandomizeMAC">
<property name="whatsThis">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Randomizes the console's MAC address upon reset. Required for local multiplayer if each melonDS instance uses the same firmware file.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Randomize MAC address</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>