Implement

This commit is contained in:
Cuyler36
2023-08-07 21:45:53 -04:00
parent 41f7e2bc62
commit 0f74b4c6e0
10 changed files with 348 additions and 10 deletions
+6
View File
@@ -79,6 +79,12 @@ typedef u32 unknown;
#define FORCESTRIP
#endif
#ifdef MUST_MATCH
#define MATCH_FORCESTRIP FORCESTRIP
#else
#define MATCH_FORCESTRIP
#endif
#if !defined(__INTELLISENSE__) && defined(MUST_MATCH)
#define BSS_ORDER_GROUP_START FORCESTRIP ORDER_BSS_DATA {
#define BSS_ORDER_GROUP_END }