diff --git a/rpcsx/vfs.cpp b/rpcsx/vfs.cpp index cdbaf93f5..2840561d4 100644 --- a/rpcsx/vfs.cpp +++ b/rpcsx/vfs.cpp @@ -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; } };