Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a gcc initialization order warning.
  • Loading branch information
glennricster committed Jan 15, 2013
1 parent 799b032 commit e75a7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Src/CoreParameter.cpp
Expand Up @@ -47,8 +47,8 @@ SCoreStartupParameter::SCoreStartupParameter()
bSkipIdle(true), bNTSC(false), bForceNTSCJ(false),
bHLE_BS2(true), bEnableCheats(false),
bMergeBlocks(false),
bRunCompareServer(false), bRunCompareClient(false),
bDPL2Decoder(false), iLatency(14),
bRunCompareServer(false), bRunCompareClient(false),
bMMU(false), bMMUBAT(false), iTLBHack(0), bVBeam(false),
bFastDiscSpeed(false),
SelectedLanguage(0), bWii(false), bDisableWiimoteSpeaker(false),
Expand Down

0 comments on commit e75a7b4

Please sign in to comment.