mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
Improved GameViewer
GameViewer use VFS. Implemented be_t increment / decrement Implemented se Improved sys_fs syscalls.
This commit is contained in:
parent
d6fe398f79
commit
05184d2e71
13 changed files with 178 additions and 120 deletions
|
@ -13,7 +13,7 @@ vfsDirBase::~vfsDirBase()
|
|||
|
||||
bool vfsDirBase::Open(const wxString& path)
|
||||
{
|
||||
if(!IsOpened())
|
||||
if(IsOpened())
|
||||
Close();
|
||||
|
||||
if(!IsExists(path))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue