You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Add ability to increase the amount of graph node flags
This commit is contained in:
@@ -6,9 +6,6 @@
|
||||
#include "types.h"
|
||||
|
||||
|
||||
#define BIT(i) (1 << (i))
|
||||
#define BITMASK(size) ((BIT(size)) - 1)
|
||||
|
||||
/*
|
||||
* The sine and cosine tables overlap, but "#define gCosineTable (gSineTable +
|
||||
* 0x400)" doesn't give expected codegen; gSineTable and gCosineTable need to
|
||||
|
||||
Reference in New Issue
Block a user