This commit is contained in:
raziel1000 2024-07-04 01:54:50 -06:00
parent c2c55fea87
commit 1968b2aa81
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ int PS4_SYSV_ABI sceKernelMkdir(const char* path, u16 mode) {
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)) {
return SCE_KERNEL_ERROR_EIO;
}