mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
f_op_actor_mng split & started decomp (#112)
* fop-actor-mng * rodata * more actor mng progress * actor mng progress * format * cleanup * fix Mtx function signatures * PR suggestion Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
+2
-2
@@ -31,10 +31,10 @@ inline float fabsf(float f) {
|
||||
return (float)fabsd(f);
|
||||
}
|
||||
|
||||
extern float __fsqrte(float);
|
||||
// extern float __frsqrte(float);
|
||||
|
||||
inline double sqrt(float f) {
|
||||
return __fsqrte(f);
|
||||
return __frsqrte(f);
|
||||
}
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
Reference in New Issue
Block a user