mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
Fix stage2_args_t mismatch
This commit is contained in:
parent
3682a56062
commit
6dbd8d0aae
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue