mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-04 06:54:33 +00:00
Clean up uses of !PLATFORM_N64 vs PLATFORM_GC (#2134)
* Clean up uses of !PLATFORM_N64 vs PLATFORM_GC * Put N64 button colors first
This commit is contained in:
parent
3faa1c6acc
commit
53b2110373
20 changed files with 35 additions and 35 deletions
|
@ -60,7 +60,7 @@ f64 sqrt(f64 f);
|
|||
#pragma intrinsic(sqrt)
|
||||
#endif
|
||||
|
||||
#if PLATFORM_GC
|
||||
#if !PLATFORM_N64
|
||||
extern float qNaN0x3FFFFF;
|
||||
extern float qNaN0x10000;
|
||||
extern float sNaN0x3FFFFF;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue