jaudio_NES: link ja_calc

This commit is contained in:
Cuyler36
2025-06-21 07:40:17 -04:00
parent 1eabeec82f
commit a221df432d
3 changed files with 25 additions and 3 deletions
+3 -2
View File
@@ -43,9 +43,10 @@ f32 atanf2(f32 x, f32 y)
* Address: ........
* Size: 000020
*/
void sinf2(f32)
f32 sinf2(f32 x)
{
// UNUSED FUNCTION
// @fabricated
return std::sinf(x);
}
/*