mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Make errors in Emu::Init verbose and don't crash
Allow TTY.log to be disabled if file access failed Add fs::error::isdir
This commit is contained in:
parent
9710473a2e
commit
aa8a7b3e8a
4 changed files with 67 additions and 29 deletions
|
@ -519,6 +519,7 @@ namespace fs
|
|||
acces,
|
||||
notempty,
|
||||
readonly,
|
||||
isdir,
|
||||
};
|
||||
|
||||
// Error code returned
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue