We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee2ce3 commit b841eafCopy full SHA for b841eaf
romsel_dsimenutheme/arm9/source/perGameSettings.cpp
@@ -1260,9 +1260,11 @@ void perGameSettings (std::string filename) {
1260
if (!dsiFeatures()) {
1261
snd().unloadSfxData(); // Unload SFX data in DS mode to load more of the cheat list
1262
}
1263
- (ms().theme == TWLSettings::EThemeSaturn) ? snd().playLaunch() : snd().playSelect();
1264
- CheatCodelist codelist;
1265
- codelist.selectCheats(filename);
+ {
+ (ms().theme == TWLSettings::EThemeSaturn) ? snd().playLaunch() : snd().playSelect();
+ CheatCodelist codelist;
1266
+ codelist.selectCheats(filename);
1267
+ }
1268
1269
snd().reloadSfxData();
1270
0 commit comments