From 0bf3a00a65e53cd6f18d234c652d805c29e06472 Mon Sep 17 00:00:00 2001 From: riccardom Date: Mon, 28 Dec 2009 12:34:35 +0000 Subject: [PATCH] Move class members initialization so that gcc stops bitching about their order. --- desmume/src/NDSSystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/NDSSystem.h b/desmume/src/NDSSystem.h index db4092980..829638fac 100644 --- a/desmume/src/NDSSystem.h +++ b/desmume/src/NDSSystem.h @@ -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");