From 67f098627a1b20c6164f56259ff1d37649438678 Mon Sep 17 00:00:00 2001 From: eladash Date: Wed, 3 Apr 2019 12:16:02 +0300 Subject: [PATCH] Fix sys_spu group ID --- rpcs3/Emu/Cell/lv2/sys_spu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;