Add PCH for JSystem (#2645)

This commit is contained in:
Max Roncace
2025-09-11 16:20:45 -04:00
committed by GitHub
parent 4b729b0f65
commit a6c3c20b23
247 changed files with 553 additions and 57 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
#include "JSystem/JSystem.h" // IWYU pragma: keep
#include "JSystem/JUtility/JUTTexture.h"
#include "JSystem/JUtility/JUTPalette.h"
#include "dolphin/gx.h"
@@ -185,4 +187,4 @@ void JUTTexture::load(_GXTexMapID param_0) {
field_0x2c->load();
}
GXLoadTexObj(&mTexObj, param_0);
}
}