Adding splash deletion feature (#24)
* Adding splash deletion feature * Add Mention for deleting splashes
This commit is contained in:
@@ -86,7 +86,11 @@ Result get_splashes(Splash_s** splashes_list, int *splash_count)
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
void splash_delete()
|
||||
{
|
||||
remove("/luma/splash.bin");
|
||||
remove("/luma/splashbottom.bin");
|
||||
}
|
||||
void splash_install(Splash_s splash_to_install)
|
||||
{
|
||||
char *screen_buf;
|
||||
|
||||
Reference in New Issue
Block a user