Declare variables in the same order they are inited to shut up gcc warnings.
This commit is contained in:
parent
29cc1443ac
commit
4e41817906
|
@ -378,11 +378,11 @@ extern struct TCommonSettings {
|
|||
|
||||
int wifiBridgeAdapterNum;
|
||||
|
||||
//this is a temporary hack until we straighten out the flushing logic and/or gxfifo
|
||||
int gfx3d_flushMode;
|
||||
|
||||
SPUInterpolationMode spuInterpolationMode;
|
||||
bool spuAdpcmCache;
|
||||
|
||||
//this is a temporary hack until we straighten out the flushing logic and/or gxfifo
|
||||
int gfx3d_flushMode;
|
||||
} CommonSettings;
|
||||
|
||||
extern char ROMserial[20];
|
||||
|
|
Loading…
Reference in New Issue