mirror of
https://github.com/zeldaret/tp
synced 2026-09-03 02:03:55 -04:00
wii building OK / m_Do_graphic debug work (#2815)
* wii building OK + m_Do_graphic debug work * d_meter_HIO debug cleanup * wii m_Do_graphic stuff * tag_attack_item OK, mirror_chain almost * fix build * mg_fshop matching
This commit is contained in:
@@ -70,7 +70,7 @@ double sqrt(double);
|
||||
double tan(double);
|
||||
float tanf(float);
|
||||
|
||||
#if PLATFORM_SHIELD
|
||||
#if PLATFORM_WII || PLATFORM_SHIELD
|
||||
inline float sqrtf(float mag) {
|
||||
return sqrt(mag);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user