Updated ErrorContext struct.

This commit is contained in:
yellows8 2019-03-29 13:36:40 -04:00
parent 3a14e9094a
commit 2729cafbe0
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -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.