mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
Fixed cellFsStReadInit issue
* Disabled automatic HLEExitOnStop option when the ELF file argument is provided. * Reverted some changes of last pull.
This commit is contained in:
parent
218399afcb
commit
b881e095e9
7 changed files with 18 additions and 19 deletions
|
@ -21,7 +21,7 @@ int cellVpostQueryAttr(vm::ptr<const CellVpostCfgParam> cfgParam, vm::ptr<CellVp
|
|||
// TODO: check cfgParam and output values
|
||||
|
||||
attr->delay = 0;
|
||||
attr->memSize = 4194304; // 4MB
|
||||
attr->memSize = 4 * 1024 * 1024; // 4 MB
|
||||
attr->vpostVerLower = 0x280000; // from dmux
|
||||
attr->vpostVerUpper = 0x260000;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue