Fix breaking bug related to splash screens
This commit is contained in:
@@ -65,8 +65,8 @@ int main(void)
|
|||||||
if (R_FAILED(res))
|
if (R_FAILED(res))
|
||||||
{
|
{
|
||||||
//don't need to worry about possible textures (icons, previews), that's freed by pp2d itself
|
//don't need to worry about possible textures (icons, previews), that's freed by pp2d itself
|
||||||
free(themes_list);
|
free(splashes_list);
|
||||||
themes_list = NULL;
|
splashes_list = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool splash_mode = false;
|
bool splash_mode = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user