mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
Remove unused _SHIFT define to avoid permuter issues (#626)
This commit is contained in:
parent
6e278847c9
commit
a22b6a22e8
1 changed files with 0 additions and 2 deletions
|
@ -29,8 +29,6 @@
|
||||||
#define _SHIFTR(v, s, w) \
|
#define _SHIFTR(v, s, w) \
|
||||||
((u32)(((u32)(v) >> (s)) & ((0x01 << (w)) - 1)))
|
((u32)(((u32)(v) >> (s)) & ((0x01 << (w)) - 1)))
|
||||||
|
|
||||||
#define _SHIFT _SHIFTL /* old, for compatibility only */
|
|
||||||
|
|
||||||
#define G_ON (1)
|
#define G_ON (1)
|
||||||
#define G_OFF (0)
|
#define G_OFF (0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue