mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-27 04:25:12 +00:00
Add UNREACHABLE
for IOFile::Unlink
.
This commit is contained in:
parent
9f8c674cce
commit
bc8e95dd6d
@ -235,6 +235,8 @@ void IOFile::Unlink() {
|
|||||||
disposition.DeleteFile = TRUE;
|
disposition.DeleteFile = TRUE;
|
||||||
NtSetInformationFile(hfile, &iosb, &disposition, sizeof(disposition),
|
NtSetInformationFile(hfile, &iosb, &disposition, sizeof(disposition),
|
||||||
FileDispositionInformation);
|
FileDispositionInformation);
|
||||||
|
#else
|
||||||
|
UNREACHABLE_MSG("Missing Linux implementation");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user