diff --git a/rpcs3/Emu/Cell/lv2/sys_spu.h b/rpcs3/Emu/Cell/lv2/sys_spu.h index 26e2b21779..2874e5935b 100644 --- a/rpcs3/Emu/Cell/lv2/sys_spu.h +++ b/rpcs3/Emu/Cell/lv2/sys_spu.h @@ -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;