[rpcsx-os] implement sys_query_memory_protection

This commit is contained in:
DH 2023-08-01 15:40:35 +03:00
parent 5edfdb037c
commit 0c59167c38
8 changed files with 95 additions and 11 deletions

View file

@ -20,8 +20,6 @@ struct HostFile : orbis::File {
int hostFd = -1;
~HostFile() {
std::printf("Destroying host file\n");
if (hostFd > 0) {
::close(hostFd);
}