MSL_C header cleanup (#2988)

* msl_c header cleanup

* math header cleanup

* fix rest of shieldD configs

* cleanup cflag configs a bit

* fix shield build
This commit is contained in:
TakaRikka
2025-12-23 10:20:32 -08:00
committed by GitHub
parent 3feb1e9098
commit 46d53ab65f
281 changed files with 987 additions and 792 deletions
-10
View File
@@ -4528,16 +4528,6 @@ void drawCloudShadow(Mtx drawMtx, u8** tex) {
}
}
// drawVrkumo calls these functions as inlines somehow
// these need to be moved to MSL_C once an appropriate solution is found
inline float sinf(float x) {
return sin(x);
}
inline float cosf(float x) {
return cos(x);
}
void drawVrkumo(Mtx drawMtx, GXColor& color, u8** tex) {
dKankyo_sun_Packet* sun_packet = g_env_light.mpSunPacket;
dScnKy_env_light_c* envlight = dKy_getEnvlight();