mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-27 17:07:10 +02:00
Suppress CS0169 CS0649 warns from HID structs (#1222)
Also fix typo in a pragma restore in Logger
This commit is contained in:
parent
6f6c68a6af
commit
9be177005c
6 changed files with 11 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
namespace Ryujinx.HLE.HOS.Applets
|
||||
{
|
||||
#pragma warning disable CS0649
|
||||
// (8.0.0+ version)
|
||||
unsafe struct ControllerSupportArg
|
||||
{
|
||||
|
@ -8,4 +9,5 @@ namespace Ryujinx.HLE.HOS.Applets
|
|||
public byte EnableExplainText;
|
||||
public fixed byte ExplainText[8 * 0x81];
|
||||
}
|
||||
#pragma warning restore CS0649
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue