Properly fix sqrtf constants

This commit is contained in:
gamemasterplc 2024-11-09 15:49:29 -06:00
parent 4a4967d4a3
commit ce70fc74af
17 changed files with 29 additions and 32 deletions

View file

@ -1,6 +1,6 @@
#include "REL/executor.h"
#include "dolphin/os.h"
#include "rel_sqrt_consts.h"
#include "math.h"
void ObjectSetup(void) {
OSReport("minigame dll setup\n");