lv2: Make some struct declarations uniform
This commit is contained in:
@@ -108,7 +108,7 @@ struct alignas(16) RsxReport
|
|||||||
|
|
||||||
struct RsxReports
|
struct RsxReports
|
||||||
{
|
{
|
||||||
RsxSemaphore semaphore[0x400];
|
RsxSemaphore semaphore[1024];
|
||||||
RsxNotify notify[64];
|
RsxNotify notify[64];
|
||||||
RsxReport report[2048];
|
RsxReport report[2048];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user