mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 23:05:08 -04:00
Building on Macs (#513)
* Building on Macs * Add Mac building documentation * Review * Update for new z64compress * Review * git subrepo pull --force tools/ZAPD subrepo: subdir: "tools/ZAPD" merged: "155a463a5" upstream: origin: "https://github.com/zeldaret/ZAPD.git" branch: "master" commit: "155a463a5" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "2f68596" * Fix some obvious warnings * Rewrite docs * -; * git subrepo pull --force tools/ZAPD subrepo: subdir: "tools/ZAPD" merged: "fd5a7f434" upstream: origin: "https://github.com/zeldaret/ZAPD.git" branch: "master" commit: "fd5a7f434" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "2f68596" Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
This commit is contained in:
@@ -24,30 +24,30 @@ f32 func_80086760(f32 x) {
|
||||
// Unused
|
||||
// Math_FFloorF
|
||||
f32 func_80086794(f32 x) {
|
||||
func_80086C70(x);
|
||||
return func_80086C70(x);
|
||||
}
|
||||
|
||||
// Unused
|
||||
// Math_FCeilF
|
||||
f32 func_800867B4(f32 x) {
|
||||
func_80086CA8(x);
|
||||
return func_80086CA8(x);
|
||||
}
|
||||
|
||||
// Unused
|
||||
// Math_FRoundF
|
||||
f32 func_800867D4(f32 x) {
|
||||
func_80086D50(x);
|
||||
return func_80086D50(x);
|
||||
}
|
||||
|
||||
// Unused
|
||||
// Math_FTruncF
|
||||
f32 func_800867F4(f32 x) {
|
||||
func_80086CE0(x);
|
||||
return func_80086CE0(x);
|
||||
}
|
||||
|
||||
// Math_FNearbyIntF
|
||||
f32 func_80086814(f32 x) {
|
||||
func_80086D18(x);
|
||||
return func_80086D18(x);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user