refactor
This commit is contained in:
parent
7cfcd952d2
commit
03a95ecadd
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue