mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 01:08:39 +12:00
Merge pull request #1265 from tambry/savedatafix
Fix a save data access violation
This commit is contained in:
commit
b3b07c8248
1 changed files with 4 additions and 1 deletions
|
@ -308,10 +308,13 @@ never_inline s32 savedata_op(PPUThread& ppu, u32 operation, u32 version, vm::cpt
|
|||
}
|
||||
|
||||
if (selected == -1)
|
||||
{
|
||||
if (fixedSet->dirName)
|
||||
{
|
||||
save_entry.dirName = fixedSet->dirName.get_ptr();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (selected >= 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue