mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-08-15 21:36:58 +00:00
Basic impl of Error Applet (#1551)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Applets.Error
|
||||
{
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 1)]
|
||||
struct ErrorCommonArg
|
||||
{
|
||||
public uint Module;
|
||||
public uint Description;
|
||||
public uint ResultCode;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user