Use actual filename/lineno in AGBAssert calls for modern

This commit is contained in:
PikalaxALT
2020-04-06 15:13:47 -04:00
parent bbeef52a01
commit b2e8e02364
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@
destWidth - w; \
})
#undef abs
#define abs(a) ((a) < 0 ? -(a) : (a))
#define Q_24_8(n) ((s32)((n) * 256))