mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-24 10:09:21 +01:00
fixup
This commit is contained in:
parent
ad3a09bca7
commit
14f34d3eb7
@ -117,7 +117,7 @@ updatePrompt(string rev)
|
||||
{
|
||||
// write file
|
||||
if(opendir(check_path(Settings.device_dat + ":/apps/HomebrewFilter").c_str()) == NULL)
|
||||
mkdir((Settings.device_dat + ":/apps/HomebrewFilter"), 0777)
|
||||
mkdir((Settings.device_dat + ":/apps/HomebrewFilter").c_str(), 0777);
|
||||
|
||||
FILE * data = fopen((Settings.device_dat + ":/apps/HomebrewFilter/boot.dol").c_str(), "wb");
|
||||
if(data)
|
||||
|
Loading…
Reference in New Issue
Block a user