This commit is contained in:
georgemoralis 2023-10-20 16:13:08 +03:00
parent 7cfcd952d2
commit 03a95ecadd
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ int PS4_SYSV_ABI sceKernelOpen(const char* path, int flags, u16 mode) {
}
int PS4_SYSV_ABI sceKernelClose(int d) {
LOG_INFO_IF(log_file_fs, "sceKernelClose descriptor = {}\n", d);
LOG_INFO_IF(log_file_fs, "sceKernelClose descriptor = {}\n", d);
auto* h = singleton<Emulator::Host::Fs::HandleTable>::instance();
Emulator::Host::Fs::File file = h->getFile(d);
file.valid = false;