Fix DisplayInfo struct (#2708)
This commit is contained in:
parent
fff48bb45a
commit
11b437eafc
2 changed files with 3 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue