mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-03-10 07:24:05 +01:00
Fix sys_spu group ID
This commit is contained in:
parent
ff11d9a3bd
commit
67f098627a
|
|
@ -209,8 +209,8 @@ enum : u32
|
|||
|
||||
struct lv2_spu_group
|
||||
{
|
||||
static const u32 id_base = 1; // Wrong?
|
||||
static const u32 id_step = 1;
|
||||
static const u32 id_base = 0x04000100;
|
||||
static const u32 id_step = 0x100;
|
||||
static const u32 id_count = 255;
|
||||
|
||||
const std::string name;
|
||||
|
|
|
|||
Loading…
Reference in a new issue