mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-30 16:35:26 -04:00
BE fix MixConfig
This commit is contained in:
@@ -79,7 +79,7 @@ public:
|
||||
};
|
||||
|
||||
union MixConfig {
|
||||
u16 whole;
|
||||
BE(u16) whole;
|
||||
struct {
|
||||
u8 upper;
|
||||
u8 lower0 : 4;
|
||||
|
||||
Reference in New Issue
Block a user