diff options
| author | David Chavez <david@dcvz.io> | 2023-02-16 19:32:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-16 13:32:01 -0500 |
| commit | 6cd7066706ddcd6dc782dcd4b73f1de87aa9aa22 (patch) | |
| tree | 121432d1dd7f598e71c8d1cdc80d50f3ed3bfba3 /soh/assets/code | |
| parent | 877fc2dcca71edcb17b51e9f802a77ceb0f41500 (diff) | |
Generate assets with MQ present (#2485)
Diffstat (limited to 'soh/assets/code')
| -rw-r--r-- | soh/assets/code/fbdemo_circle/z_fbdemo_circle.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/soh/assets/code/fbdemo_circle/z_fbdemo_circle.h b/soh/assets/code/fbdemo_circle/z_fbdemo_circle.h index b5ba81006..51d7ff1ef 100644 --- a/soh/assets/code/fbdemo_circle/z_fbdemo_circle.h +++ b/soh/assets/code/fbdemo_circle/z_fbdemo_circle.h @@ -34,11 +34,4 @@ static const __declspec(align(2)) char sCircleWipeVtx[] = dsCircleWipeVtx; static const char sCircleWipeVtx[] __attribute__((aligned (2))) = dsCircleWipeVtx; #endif -#define dsCircleDList "__OTR__code/z_fbdemo_circle/sCircleDList" -#ifdef _WIN32 -static const __declspec(align(2)) char sCircleDList[] = dsCircleDList; -#else -static const char sCircleDList[] __attribute__((aligned (2))) = dsCircleDList; -#endif - |
