mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 05:21:25 +12:00
Implement fs::error::notempty
This commit is contained in:
parent
22d8b57027
commit
669d953529
3 changed files with 5 additions and 0 deletions
|
@ -502,6 +502,7 @@ namespace fs
|
|||
noent,
|
||||
exist,
|
||||
acces,
|
||||
notempty,
|
||||
};
|
||||
|
||||
// Error code returned
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue