mirror of
https://github.com/Oibaf66/fbzx-wii.git
synced 2024-11-24 17:16:57 +01:00
Fixed a bug in SCR deleting
This commit is contained in:
parent
4c2ab2e636
commit
6729b461c2
@ -1172,7 +1172,7 @@ static int microdrive()
|
|||||||
|
|
||||||
static void delete_scr()
|
static void delete_scr()
|
||||||
{
|
{
|
||||||
const char *filename = menu_select_file(getenv("HOME"), NULL, 0); //Start from Home
|
const char *filename = menu_select_file(load_path_scr1, NULL, 0); //Delete in the load dir
|
||||||
|
|
||||||
if (filename==NULL) // Aborted
|
if (filename==NULL) // Aborted
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user