mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-04 00:39:06 -04:00
jaudio_NES: link ja_calc
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user