mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-24 23:46:56 -05:00
gx2: Add brackets around define values.
This commit is contained in:
parent
fa285aa946
commit
fe9e0b208c
|
|
@ -11,10 +11,10 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define GX2_FALSE 0
|
||||
#define GX2_TRUE 1
|
||||
#define GX2_DISABLE 0
|
||||
#define GX2_ENABLE 1
|
||||
#define GX2_FALSE (0)
|
||||
#define GX2_TRUE (1)
|
||||
#define GX2_DISABLE (0)
|
||||
#define GX2_ENABLE (1)
|
||||
|
||||
#define GX2_COMMAND_BUFFER_ALIGNMENT (0x40)
|
||||
#define GX2_CONTEXT_STATE_ALIGNMENT (0x100)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user