Move class members initialization so that gcc stops bitching
about their order.
This commit is contained in:
parent
bca1dfb9ac
commit
0bf3a00a65
|
@ -456,11 +456,11 @@ extern struct TCommonSettings {
|
||||||
, BootFromFirmware(false)
|
, BootFromFirmware(false)
|
||||||
, DebugConsole(false)
|
, DebugConsole(false)
|
||||||
, EnsataEmulation(false)
|
, EnsataEmulation(false)
|
||||||
|
, cheatsDisable(false)
|
||||||
, num_cores(1)
|
, num_cores(1)
|
||||||
, micMode(InternalNoise)
|
, micMode(InternalNoise)
|
||||||
, spuInterpolationMode(SPUInterpolation_Linear)
|
, spuInterpolationMode(SPUInterpolation_Linear)
|
||||||
, manualBackupType(0)
|
, manualBackupType(0)
|
||||||
, cheatsDisable(false)
|
|
||||||
{
|
{
|
||||||
strcpy(ARM9BIOS, "biosnds9.bin");
|
strcpy(ARM9BIOS, "biosnds9.bin");
|
||||||
strcpy(ARM7BIOS, "biosnds7.bin");
|
strcpy(ARM7BIOS, "biosnds7.bin");
|
||||||
|
|
Loading…
Reference in New Issue