Clean up some code
Couldn't manage to make the lbl_8011DD20 variable implicit in hsfdraw.c. I think this is from a SetHiliteTexMtx inline.
This commit is contained in:
parent
38ddfa01fc
commit
8201e5bf9a
6 changed files with 36 additions and 30 deletions
|
|
@ -73,6 +73,7 @@ _MATH_INLINE float sinf(float x) { return (float)sin((double)x); }
|
|||
_MATH_INLINE float cosf(float x) { return (float)cos((double)x); }
|
||||
_MATH_INLINE float atan2f(float y, float x) { return (float)atan2((double)y, (double)x); }
|
||||
_MATH_INLINE float atanf(float x) { return (float)atan((double)x); }
|
||||
_MATH_INLINE float asinf(float x) { return (float)asin((double)x); }
|
||||
|
||||
_MATH_INLINE float fmodf(float x, float m) { return (float)fmod((double)x, (double)m); }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue