mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00: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