JPAKeyBlock, JPATexture, JPAResourceLoader, JPAMath, JSUList OK

This commit is contained in:
robojumper
2025-04-27 10:09:53 +02:00
parent f83815457f
commit 70125c1eac
5 changed files with 31 additions and 16 deletions
+8
View File
@@ -47,6 +47,14 @@ public:
setCaptureFlag(false);
}
void store(const ResTIMG *p_timg) {
mTexInfo = nullptr;
mEmbPalette = nullptr;
mFlags = 0;
field_0x3c = nullptr;
storeTIMG(p_timg, (u8)0);
}
Texture(int, int, GXTexFmt, Heap *);
~Texture();