mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-31 22:00:10 +01:00
vfs: do not crash on procfs access
This commit is contained in:
parent
3ca33e19e2
commit
5aaabba761
|
|
@ -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…
Reference in a new issue