mirror of
https://github.com/zeldaret/ss
synced 2026-08-05 01:19:27 -04:00
JPAKeyBlock, JPATexture, JPAResourceLoader, JPAMath, JSUList OK
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user