mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
Fix cellGameBootCheck PARAM.SFO reads
This commit is contained in:
parent
9031c5a6e0
commit
75c3fdcb6f
1 changed files with 1 additions and 0 deletions
|
@ -398,6 +398,7 @@ error_code cellGameBootCheck(vm::ptr<u32> type, vm::ptr<u32> attributes, vm::ptr
|
||||||
|
|
||||||
perm->dir = std::move(dir);
|
perm->dir = std::move(dir);
|
||||||
perm->sfo = std::move(sfo);
|
perm->sfo = std::move(sfo);
|
||||||
|
perm->restrict_sfo_params = *type == u32{CELL_GAME_GAMETYPE_HDD}; // Ratchet & Clank: All 4 One (PSN versions) rely on this error checking (TODO: Needs proper hw tests)
|
||||||
|
|
||||||
return CELL_OK;
|
return CELL_OK;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue