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:
Alexandro Sánchez Bach 2014-09-09 23:18:21 +02:00
parent 218399afcb
commit b881e095e9
7 changed files with 18 additions and 19 deletions

View file

@ -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;