mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00: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