mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
vfs: do not crash on procfs access
This commit is contained in:
parent
3ca33e19e2
commit
5aaabba761
1 changed files with 0 additions and 1 deletions
|
|
@ -55,7 +55,6 @@ struct ProcFs : IoDevice {
|
|||
std::uint32_t flags, std::uint32_t mode,
|
||||
orbis::Thread *thread) override {
|
||||
std::fprintf(stderr, "procfs access: %s\n", path);
|
||||
std::abort();
|
||||
return orbis::ErrorCode::NOENT;
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue