Merge branch 'master' into fatfs_mkII
This commit is contained in:
commit
cb018889e2
|
@ -32,8 +32,14 @@ int ExternalBIOSEnable;
|
||||||
char BIOS9Path[1024];
|
char BIOS9Path[1024];
|
||||||
char BIOS7Path[1024];
|
char BIOS7Path[1024];
|
||||||
char FirmwarePath[1024];
|
char FirmwarePath[1024];
|
||||||
//int DLDIEnable;
|
|
||||||
//char DLDISDPath[1024];
|
char FirmwareUsername[64];
|
||||||
|
int FirmwareLanguage;
|
||||||
|
bool FirmwareOverrideSettings;
|
||||||
|
int FirmwareBirthdayMonth;
|
||||||
|
int FirmwareBirthdayDay;
|
||||||
|
int FirmwareFavouriteColour;
|
||||||
|
char FirmwareMessage[1024];
|
||||||
|
|
||||||
char FirmwareUsername[64];
|
char FirmwareUsername[64];
|
||||||
int FirmwareLanguage;
|
int FirmwareLanguage;
|
||||||
|
@ -47,8 +53,6 @@ char DSiBIOS9Path[1024];
|
||||||
char DSiBIOS7Path[1024];
|
char DSiBIOS7Path[1024];
|
||||||
char DSiFirmwarePath[1024];
|
char DSiFirmwarePath[1024];
|
||||||
char DSiNANDPath[1024];
|
char DSiNANDPath[1024];
|
||||||
//int DSiSDEnable;
|
|
||||||
//char DSiSDPath[1024];
|
|
||||||
|
|
||||||
int RandomizeMAC;
|
int RandomizeMAC;
|
||||||
int AudioBitrate;
|
int AudioBitrate;
|
||||||
|
|
|
@ -54,6 +54,14 @@ extern int FirmwareBirthdayDay;
|
||||||
extern int FirmwareFavouriteColour;
|
extern int FirmwareFavouriteColour;
|
||||||
extern char FirmwareMessage[1024];
|
extern char FirmwareMessage[1024];
|
||||||
|
|
||||||
|
extern char FirmwareUsername[64];
|
||||||
|
extern int FirmwareLanguage;
|
||||||
|
extern bool FirmwareOverrideSettings;
|
||||||
|
extern int FirmwareBirthdayMonth;
|
||||||
|
extern int FirmwareBirthdayDay;
|
||||||
|
extern int FirmwareFavouriteColour;
|
||||||
|
extern char FirmwareMessage[1024];
|
||||||
|
|
||||||
extern char DSiBIOS9Path[1024];
|
extern char DSiBIOS9Path[1024];
|
||||||
extern char DSiBIOS7Path[1024];
|
extern char DSiBIOS7Path[1024];
|
||||||
extern char DSiFirmwarePath[1024];
|
extern char DSiFirmwarePath[1024];
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QTabWidget" name="tabWidget">
|
<widget class="QTabWidget" name="tabWidget">
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>0</number>
|
<number>1</number>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="tab">
|
<widget class="QWidget" name="tab">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
|
|
Loading…
Reference in New Issue