document audio_vehicle.c (#588)

* wip

* wip

* wip

* wip

* document audio_vehicle.c

* update score once again

* unify function prefix

* small tweaks
This commit is contained in:
Unnunu
2025-05-26 18:49:55 +03:00
committed by GitHub
parent 3346ac1d59
commit b41c206cfd
13 changed files with 925 additions and 708 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ GLOBAL_ASM("asm/math_util/f32_matrix_mult.s")
#ifdef NON_MATCHING
/* Official name: mathMtxF2L */
void f32_matrix_to_s16_matrix(Matrix *input, MatrixS *output) {
guMtxF2L((float(*)[4]) input, (Mtx *) output);
guMtxF2L((float (*)[4]) input, (Mtx *) output);
}
#else
GLOBAL_ASM("asm/math_util/f32_matrix_to_s16_matrix.s")