lv2: Make some struct declarations uniform

This commit is contained in:
kd-11
2022-05-11 00:57:45 +03:00
committed by kd-11
parent f0135a02f5
commit 34220ec447
+1 -1
View File
@@ -108,7 +108,7 @@ struct alignas(16) RsxReport
struct RsxReports
{
RsxSemaphore semaphore[0x400];
RsxSemaphore semaphore[1024];
RsxNotify notify[64];
RsxReport report[2048];
};