mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-06-18 19:05:30 -04:00
Fix toncset (byte version) not working correctly (#207)
See DS-Homebrew/TWiLightMenu#2121
This commit is contained in:
parent
de85813d4c
commit
5a73c67774
@ -12,7 +12,7 @@ extern "C" {
|
||||
|
||||
typedef unsigned int uint;
|
||||
#define BIT_MASK(len) ( (1<<(len))-1 )
|
||||
static inline u32 quad8(u8 x) { x |= x<<8; return x | x<<16; }
|
||||
static inline u32 quad8(u16 x) { x |= x<<8; return x | x<<16; }
|
||||
|
||||
|
||||
//# Declarations and inlines.
|
||||
|
Loading…
Reference in New Issue
Block a user