Miscellaneous libultra header fixes (#2139)

* Miscellaneous libultra header fixes

* Fix bss?

* Reword RCP timeout
This commit is contained in:
cadmic
2024-09-06 05:46:44 -07:00
committed by GitHub
parent 53b2110373
commit 2ce648a7c6
19 changed files with 69 additions and 64 deletions
+2 -1
View File
@@ -42,6 +42,7 @@
* @note Original name: qrand.c
*/
#include "rand.h"
#include "z64math.h"
#define RAND_MULTIPLIER 1664525
#define RAND_INCREMENT 1013904223
@@ -59,7 +60,7 @@ static u32 sRandInt = 1;
*
* @note Orignal name: __qrand_itemp
*/
static fu sRandFloat;
static FloatInt sRandFloat;
#endif
/**