mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Add fs::error for when disk is full
This commit is contained in:
parent
2b69a68ef6
commit
b18dcd7660
2 changed files with 4 additions and 0 deletions
|
@ -516,6 +516,7 @@ namespace fs
|
|||
readonly,
|
||||
isdir,
|
||||
toolong,
|
||||
nospace,
|
||||
unknown
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue