mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-29 23:27:25 -04:00
Add C versions of all ASM blocks (except THP)
This commit is contained in:
@@ -228,6 +228,8 @@ int dThunder_c::create() {
|
||||
#ifdef __MWERKS__
|
||||
f32 tmp = __frsqrtes(var_f29_2);
|
||||
var_f29_2 = tmp * var_f29_2;
|
||||
#else
|
||||
var_f29_2 = sqrtf(var_f29_2);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user