Change no-bgm install to make BGM silent
This commit is contained in:
@@ -195,6 +195,11 @@ static Result install_theme_internal(Entry_List_s themes, int installmode)
|
|||||||
free(music);
|
free(music);
|
||||||
|
|
||||||
if(R_FAILED(res)) return res;
|
if(R_FAILED(res)) return res;
|
||||||
|
} else
|
||||||
|
{
|
||||||
|
music = calloc(BGM_MAX_SIZE, 1);
|
||||||
|
res = buf_to_file(BGM_MAX_SIZE, fsMakePath(PATH_ASCII, "/BgmCache.bin"), ArchiveThemeExt, music);
|
||||||
|
free(music);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user