mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
File.h: Implement fs::error::xdev
This commit is contained in:
parent
465da5136d
commit
9291e2777d
2 changed files with 4 additions and 0 deletions
|
@ -704,6 +704,7 @@ namespace fs
|
|||
isdir,
|
||||
toolong,
|
||||
nospace,
|
||||
xdev,
|
||||
unknown
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue