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
+1 -1
View File
@@ -322,7 +322,7 @@ void dMirror_packet_c::mainDraw() {
}
f32 aspect = view->aspect;
f32 temp_f0_2 = i_tanf(MTXDegToRad(view->fovy * 0.5f));
f32 temp_f0_2 = tanf(MTXDegToRad(view->fovy * 0.5f));
view_port_class* view_port = dComIfGd_getViewport();
f32 var_f3;