...
This commit is contained in:
parent
c2c55fea87
commit
1968b2aa81
|
@ -227,7 +227,7 @@ int PS4_SYSV_ABI sceKernelMkdir(const char* path, u16 mode) {
|
||||||
return SCE_KERNEL_ERROR_EEXIST;
|
return SCE_KERNEL_ERROR_EEXIST;
|
||||||
}
|
}
|
||||||
|
|
||||||
//CUSA02456: path = /aotl after sceSaveDataMount(mode = 1)
|
// CUSA02456: path = /aotl after sceSaveDataMount(mode = 1)
|
||||||
if (dir_name.empty() || !std::filesystem::create_directory(dir_name)) {
|
if (dir_name.empty() || !std::filesystem::create_directory(dir_name)) {
|
||||||
return SCE_KERNEL_ERROR_EIO;
|
return SCE_KERNEL_ERROR_EIO;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue