mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-31 18:19:57 -06:00
Fix DisplayInfo struct (#2708)
This commit is contained in:
@ -6,7 +6,7 @@ namespace Ryujinx.HLE.HOS.Services.Vi.RootService.ApplicationDisplayService.Type
|
||||
[StructLayout(LayoutKind.Sequential, Size = 0x60)]
|
||||
struct DisplayInfo
|
||||
{
|
||||
public Array40<byte> Name;
|
||||
public Array64<byte> Name;
|
||||
public bool LayerLimitEnabled;
|
||||
public Array7<byte> Padding;
|
||||
public ulong LayerLimitMax;
|
||||
|
Reference in New Issue
Block a user