Skip to content

Commit

Permalink
Merge pull request #1363 from lioncash/init-order
Browse files Browse the repository at this point in the history
CoreParameter: Fix initializer list order
  • Loading branch information
skidau committed Oct 24, 2014
2 parents 716fe06 + 5bb6f51 commit 3ab921d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/CoreParameter.cpp
Expand Up @@ -39,7 +39,7 @@ SCoreStartupParameter::SCoreStartupParameter()
bMergeBlocks(false), bEnableMemcardSaving(true),
bDPL2Decoder(false), iLatency(14),
bRunCompareServer(false), bRunCompareClient(false),
bMMU(false), bBAT(false), bDCBZOFF(false),
bBAT(false), bMMU(false), bDCBZOFF(false),
iBBDumpPort(0), bVBeamSpeedHack(false),
bSyncGPU(false), bFastDiscSpeed(false),
SelectedLanguage(0), bWii(false),
Expand Down

0 comments on commit 3ab921d

Please sign in to comment.