mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 19:28:43 +12:00
Remove PSP2
This commit is contained in:
parent
13aa88c3c4
commit
76be7d40ac
154 changed files with 63 additions and 33854 deletions
|
@ -450,7 +450,7 @@ public:
|
|||
{
|
||||
case 0:
|
||||
return this->_u32[3] >> 8 & 0x3;
|
||||
|
||||
|
||||
case 1:
|
||||
return this->_u32[3] >> 10 & 0x3;
|
||||
|
||||
|
@ -576,7 +576,7 @@ public:
|
|||
std::array<std::pair<u32, std::weak_ptr<lv2_event_queue>>, 32> spuq; // Event Queue Keys for SPU Thread
|
||||
std::weak_ptr<lv2_event_queue> spup[64]; // SPU Ports
|
||||
|
||||
u32 pc = 0; //
|
||||
u32 pc = 0; //
|
||||
const u32 index; // SPU index
|
||||
const u32 offset; // SPU LS offset
|
||||
lv2_spu_group* const group; // SPU Thread Group
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue