mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +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
|
@ -609,7 +609,7 @@ int cellAdecQueryAttr(vm::ptr<CellAdecType> type, vm::ptr<CellAdecAttr> attr)
|
|||
// TODO: check values
|
||||
attr->adecVerLower = 0x280000; // from dmux
|
||||
attr->adecVerUpper = 0x260000;
|
||||
attr->workMemSize = 4194304; // 4MB
|
||||
attr->workMemSize = 4 * 1024 * 1024; // 4 MB
|
||||
|
||||
return CELL_OK;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue