mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-23 13:22:40 +02:00
Updated ErrorContext struct.
This commit is contained in:
parent
3a14e9094a
commit
2729cafbe0
@ -28,8 +28,10 @@ typedef struct {
|
||||
|
||||
/// Error context.
|
||||
typedef struct {
|
||||
char str[0x1f4]; ///< String
|
||||
u8 unk_x1f4[0xc]; ///< Unknown
|
||||
u8 type; ///< Type
|
||||
u8 pad[7]; ///< Padding
|
||||
u8 data[0x1f4]; ///< Data
|
||||
Result res; ///< Result
|
||||
} ErrorContext;
|
||||
|
||||
/// Common header for the start of the arg storage.
|
||||
|
Loading…
Reference in New Issue
Block a user