mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 23:45:12 +00:00
[rpcsx-os] implement sys_query_memory_protection
This commit is contained in:
parent
5edfdb037c
commit
0c59167c38
8 changed files with 95 additions and 11 deletions
|
|
@ -20,8 +20,6 @@ struct HostFile : orbis::File {
|
|||
int hostFd = -1;
|
||||
|
||||
~HostFile() {
|
||||
std::printf("Destroying host file\n");
|
||||
|
||||
if (hostFd > 0) {
|
||||
::close(hostFd);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue