Update console_identity to be inline with 3dbrew

This commit is contained in:
Oreo639 2019-04-18 12:45:25 -07:00
parent c7c7054fc0
commit 72ff82ca2e

View File

@ -23,7 +23,7 @@ typedef struct
struct struct
{ {
u8 unknown0 : 4; u8 unknown0 : 4;
u8 origin_console : 4; u8 origin_console : 3;
} console_identity; } console_identity;
u64 system_id; u64 system_id;