mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
cellSaveData improved
This commit is contained in:
parent
94cbfd6a5c
commit
4874a81dc5
11 changed files with 462 additions and 277 deletions
|
|
@ -115,7 +115,7 @@ bool PSFLoader::Load(vfsStream& stream)
|
|||
return true;
|
||||
}
|
||||
|
||||
bool PSFLoader::Save(vfsStream& stream)
|
||||
bool PSFLoader::Save(vfsStream& stream) const
|
||||
{
|
||||
std::vector<PSFDefTable> indices;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue