1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2025-01-31 12:31:45 +01:00

Fix sys_spu group ID

This commit is contained in:
eladash 2019-04-03 12:16:02 +03:00 committed by Ivan
parent ff11d9a3bd
commit 67f098627a

View File

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