diff --git a/rpcs3/Emu/Cell/lv2/sys_rsx.h b/rpcs3/Emu/Cell/lv2/sys_rsx.h index fdd11745a1..632cfd0ce0 100644 --- a/rpcs3/Emu/Cell/lv2/sys_rsx.h +++ b/rpcs3/Emu/Cell/lv2/sys_rsx.h @@ -108,7 +108,7 @@ struct alignas(16) RsxReport struct RsxReports { - RsxSemaphore semaphore[0x400]; + RsxSemaphore semaphore[1024]; RsxNotify notify[64]; RsxReport report[2048]; };