Skip to content

Commit

Permalink
Change launching sound to select sound when opening folder
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Mar 5, 2018
1 parent 9006022 commit 351a4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion romsel_dsimenutheme/arm9/source/fileBrowse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ string browseForFile(const vector<string> extensionList, const char* username)
if (entry->isDirectory)
{
// Enter selected directory
mmEffectEx(&snd_launch);
mmEffectEx(&snd_select);
fadeType = false; // Fade to white
for (int i = 0; i < 30; i++) swiWaitForVBlank();
pagenum = 0;
Expand Down

0 comments on commit 351a4dc

Please sign in to comment.