Move class members initialization so that gcc stops bitching

about their order.
This commit is contained in:
riccardom 2009-12-28 12:34:35 +00:00
parent bca1dfb9ac
commit 0bf3a00a65
1 changed files with 1 additions and 1 deletions

View File

@ -456,11 +456,11 @@ extern struct TCommonSettings {
, BootFromFirmware(false)
, DebugConsole(false)
, EnsataEmulation(false)
, cheatsDisable(false)
, num_cores(1)
, micMode(InternalNoise)
, spuInterpolationMode(SPUInterpolation_Linear)
, manualBackupType(0)
, cheatsDisable(false)
{
strcpy(ARM9BIOS, "biosnds9.bin");
strcpy(ARM7BIOS, "biosnds7.bin");