diff options
| author | lepelog <lepelog@users.noreply.github.com> | 2021-04-08 17:46:20 +0200 |
|---|---|---|
| committer | lepelog <lepelog@users.noreply.github.com> | 2021-04-08 17:46:20 +0200 |
| commit | f1707d3322a029b66674e73bcf4248812751765d (patch) | |
| tree | 8ad3065450e9c88836e365e9c60075d3a2d9bf40 /src/f_pc/f_pc_create_req.cpp | |
| parent | e504a7076a80476d6c788b489c789cba9ad97e26 (diff) | |
c_xyz OK
Diffstat (limited to 'src/f_pc/f_pc_create_req.cpp')
| -rw-r--r-- | src/f_pc/f_pc_create_req.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/f_pc/f_pc_create_req.cpp b/src/f_pc/f_pc_create_req.cpp index 48359d35d0..3bbdcecb74 100644 --- a/src/f_pc/f_pc_create_req.cpp +++ b/src/f_pc/f_pc_create_req.cpp @@ -6,18 +6,12 @@ #include "f_pc/f_pc_create_req.h" #include "SSystem/SComponent/c_malloc.h" #include "dol2asm.h" -#include "dolphin/types.h" #include "f_pc/f_pc_create_iter.h" #include "f_pc/f_pc_create_tag.h" #include "f_pc/f_pc_deletor.h" #include "f_pc/f_pc_executor.h" #include "f_pc/f_pc_layer_iter.h" - -// hack to make functions that return comparisons as int match -extern int __cntlzw(unsigned int); -inline BOOL checkEqual(s32 a, s32 b) { - return (u32)__cntlzw(a - b) >> 5; -} +#include "global.h" // // Declarations: |
