summaryrefslogtreecommitdiff
path: root/soh/include/macros.h
diff options
context:
space:
mode:
authorlouist103 <35883445+louist103@users.noreply.github.com>2023-06-27 19:53:35 -0400
committerGitHub <noreply@github.com>2023-06-27 19:53:35 -0400
commitacfc04d0acdfc83f4dce326844779195bfc51197 (patch)
tree60d25ea9d39667d6e634471123bdc3928c1320a6 /soh/include/macros.h
parent7c5efb278582a7b438f58a804dd38c6795c8e0c9 (diff)
Add an error for implicit functions (#3017)
* Add the flag and fix errors * switch assert and skin matrix * new LUS * Use normal assert * hopefully fix WiiU Signed-off-by: Louis <louist103@pop-os.localdomain> --------- Signed-off-by: Louis <louist103@pop-os.localdomain> Co-authored-by: Louis <louist103@pop-os.localdomain> Co-authored-by: Christopher Leggett <chris@leggett.dev>
Diffstat (limited to 'soh/include/macros.h')
-rw-r--r--soh/include/macros.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/soh/include/macros.h b/soh/include/macros.h
index 74d74cef1..eb6fba848 100644
--- a/soh/include/macros.h
+++ b/soh/include/macros.h
@@ -245,14 +245,6 @@ extern GraphicsContext* __gfxCtx;
#define VTX_T(x,y,z,s,t,cr,cg,cb,a) { { x, y, z }, 0, { s, t }, { cr, cg, cb, a } }
-// #region SOH [WiiU]
-#ifdef __WIIU__
-#define ASSERT(expression) (void)((!!(expression)) || (_assert(#expression, __FILE__, (unsigned)(__LINE__)), 0))
-#else
-#define ASSERT(expression) (void)((!!(expression)) || (__assert(#expression, __FILE__, (unsigned)(__LINE__)), 0))
-#endif
-// #endregion
-
#define gDPSetTileCustom(pkt, fmt, siz, width, height, pal, cms, cmt, masks, maskt, shifts, shiftt) \
do { \
gDPPipeSync(pkt); \