Add custom build rule for material display lists with image addresses in them

This commit is contained in:
LagoLunatic
2024-11-01 19:32:15 -04:00
parent a16d8cee02
commit e9f82ff359
9 changed files with 543 additions and 114 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#define JUTASSERT_H
#include "dolphin/types.h"
#include "dolphin/os/OS.h"
#include "dolphin/os/OS.h" // IWYU pragma: export // Used by the JUT_ASSERT macro.
#define JUT_SHOW_ASSERT(LINE, COND) JUTAssertion::showAssert(JUTAssertion::getSDevice(), __FILE__, LINE, #COND)