diff options
| author | Léo Lam <leo@leolam.fr> | 2022-02-27 12:48:28 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2022-02-27 12:50:52 +0100 |
| commit | df36d656650198b3cbf140e2982752a95b3f2c6d (patch) | |
| tree | 1af53905980b13aa03ab2f78dd548407370eb98c /src/KingSystem/Resource/resResourceGameData.cpp | |
| parent | a5641860025aed373da045ef1ac43a6487529932 (diff) | |
Revert "Add #ifdef declarations for NON_MATCHING code"
This reverts commit 42807160cfb33af9f3cf2fa6b0ba98f232208cdb.
It makes searching for NON_MATCHING comment descriptions much less
convenient in most text editors or IDEs, and we want the function
CSV to be the single source of truth for function statuses. Having
a function marked as matching but not built because of a stray #ifdef
would be bad.
Diffstat (limited to 'src/KingSystem/Resource/resResourceGameData.cpp')
| -rw-r--r-- | src/KingSystem/Resource/resResourceGameData.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/KingSystem/Resource/resResourceGameData.cpp b/src/KingSystem/Resource/resResourceGameData.cpp index f080df8a..cc315128 100644 --- a/src/KingSystem/Resource/resResourceGameData.cpp +++ b/src/KingSystem/Resource/resResourceGameData.cpp @@ -163,7 +163,7 @@ KSYS_ALWAYS_INLINE inline bool tryGetVector(const al::ByamlIter& value_iter, T* } } // namespace -#ifdef NON_MATCHING +// NON_MATCHING: // * stack layout and reordering (possibly caused by the stack differences). // * In init_string_array_flag_config, some calls to memcpy (for string copies) are replaced // with memset and calcLength() is optimized out. @@ -404,7 +404,6 @@ void GameData::doCreate_(u8* data, u32, sead::Heap*) { gdt::FlagType::Vector4fArray, init_vector_array_flag_config, init_vector_array_child_flag_config); } -#endif void GameData::loadDebugData(gdt::FlagDebugData* data, const al::ByamlIter& iter) { if (!data) |
