mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 10:48:36 +12:00
Added new things, updated others
+ Tab in settings for cellCamera and cellGem related things, currently includes setting camera type + cellCamera and cellGem initilization + Added cellCameraGetType * Updated asmjit and ffmpeg * Some minor optimizations
This commit is contained in:
parent
a99c8e3c7c
commit
6029cc40f2
13 changed files with 117 additions and 37 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 = 4 * 1024 * 1024;
|
||||
attr->workMemSize = 4194304; // 4MB
|
||||
|
||||
return CELL_OK;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue