mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
move 'randomize MAC' setting to firmware settings, and add setting for changing the MAC.
make things overall betterer.
This commit is contained in:
@ -117,13 +117,17 @@ public:
|
||||
currentDlg = nullptr;
|
||||
}
|
||||
|
||||
static bool needsReset;
|
||||
|
||||
private slots:
|
||||
void on_FirmwareSettingsDialog_accepted();
|
||||
void on_FirmwareSettingsDialog_rejected();
|
||||
void done(int r);
|
||||
|
||||
void on_cbxBirthdayMonth_currentIndexChanged(int idx);
|
||||
void on_cbRandomizeMAC_toggled();
|
||||
|
||||
private:
|
||||
bool verifyMAC();
|
||||
|
||||
Ui::FirmwareSettingsDialog* ui;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user