Skip to content

Commit

Permalink
vfs: do not crash on procfs access
Browse files Browse the repository at this point in the history
  • Loading branch information
DHrpcs3 committed Nov 13, 2024
1 parent 3ca33e1 commit 5aaabba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rpcsx/vfs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
};
Expand Down

0 comments on commit 5aaabba

Please sign in to comment.