1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-20 14:03:25 +01:00

Fix stage2_args_t mismatch

This commit is contained in:
Luke Street 2018-05-08 23:08:54 -04:00
parent 3682a56062
commit 6dbd8d0aae

View file

@ -21,9 +21,6 @@ typedef struct {
typedef struct {
uint32_t version;
uint32_t *lfb;
uint32_t console_row;
uint32_t console_col;
char bct0[BCTO_MAX_SIZE];
} stage2_args_t;