mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
lv2: Make some struct declarations uniform
This commit is contained in:
parent
f0135a02f5
commit
34220ec447
@ -108,7 +108,7 @@ struct alignas(16) RsxReport
|
||||
|
||||
struct RsxReports
|
||||
{
|
||||
RsxSemaphore semaphore[0x400];
|
||||
RsxSemaphore semaphore[1024];
|
||||
RsxNotify notify[64];
|
||||
RsxReport report[2048];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user