qt: Allow toggling whether to enter system setup on home menu boot. (#6574)

This commit is contained in:
Steveice10
2023-05-31 01:56:35 -07:00
committed by GitHub
parent 691e09473e
commit 4ddb2116bf
5 changed files with 163 additions and 120 deletions

View File

@ -57,4 +57,5 @@ private:
int sound_index = 0;
u8 country_code;
u16 play_coin;
bool system_setup;
};