diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2023-08-30 02:43:28 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-29 17:43:28 -0600 |
| commit | 4c5c3a8964dbf5f95f5599ae94bb87aa857931c0 (patch) | |
| tree | b8e83c867f02d262de9c94b668e5b158680ab008 /src/d/d_camera.cpp | |
| parent | 6a4e50e74b9823329889c509e6e548ccdd18844d (diff) | |
c_m3d, c_request OK. Work on Z2Audience (#1900)
Diffstat (limited to 'src/d/d_camera.cpp')
| -rw-r--r-- | src/d/d_camera.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/d/d_camera.cpp b/src/d/d_camera.cpp index c4c4c6ce74..9131ee4258 100644 --- a/src/d/d_camera.cpp +++ b/src/d/d_camera.cpp @@ -4040,7 +4040,8 @@ asm void daPy_py_c::checkGoronSideMove() const { #pragma push #pragma optimization_level 0 #pragma optimizewithasm off -static asm void JMAFastSqrt(f32 param_0) { +//static asm void JMAFastSqrt(f32 param_0) { +static asm void JMAFastSqrt__Ff() { nofralloc #include "asm/d/d_camera/JMAFastSqrt__Ff.s" } |
