mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 05:21:25 +12:00
File: handle EACCES
This commit is contained in:
parent
b407d12ed1
commit
ef1eff6d48
2 changed files with 3 additions and 0 deletions
|
@ -466,6 +466,7 @@ namespace fs
|
|||
inval,
|
||||
noent,
|
||||
exist,
|
||||
acces,
|
||||
};
|
||||
|
||||
// Error code returned
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue