From 34220ec447356a9c330ad110353a760589ab512b Mon Sep 17 00:00:00 2001 From: kd-11 Date: Wed, 11 May 2022 00:57:45 +0300 Subject: [PATCH] lv2: Make some struct declarations uniform --- rpcs3/Emu/Cell/lv2/sys_rsx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; };