mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-06 14:38:13 +01: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