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