Add splash uninstall screen

This commit is contained in:
2017-09-02 12:16:17 -04:00
parent 365ae87477
commit 49e6c6f827
5 changed files with 27 additions and 14 deletions

View File

@@ -88,8 +88,8 @@ Result get_splashes(Splash_s** splashes_list, int *splash_count)
}
void splash_delete()
{
remove("/luma/splash.bin");
remove("/luma/splashbottom.bin");
remove("/luma/splash.bin");
remove("/luma/splashbottom.bin");
}
void splash_install(Splash_s splash_to_install)
{