mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
PSFLoader improved
This commit is contained in:
parent
00205bfa58
commit
37b22ec99d
11 changed files with 174 additions and 186 deletions
|
@ -144,8 +144,8 @@ void GameViewer::LoadPSF()
|
|||
if(!f.Open(sfo))
|
||||
continue;
|
||||
|
||||
PSFLoader psf(f);
|
||||
if(!psf.Load(false))
|
||||
const PSFLoader psf(f);
|
||||
if(!psf)
|
||||
continue;
|
||||
|
||||
// get local path from VFS...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue