mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Add fs::error::unknown, don't throw
This commit is contained in:
parent
66b0b78055
commit
8461a5cbe2
2 changed files with 4 additions and 3 deletions
|
@ -516,6 +516,7 @@ namespace fs
|
|||
readonly,
|
||||
isdir,
|
||||
toolong,
|
||||
unknown
|
||||
};
|
||||
|
||||
// Error code returned
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue