J2DMatBlock

This commit is contained in:
Jcw87
2023-07-15 17:12:12 -07:00
parent f17a48b011
commit 482e14d270
3 changed files with 122 additions and 22 deletions
+10
View File
@@ -16,6 +16,16 @@ struct ResTLUT;
struct J2DGXColorS10 : public GXColorS10 {
/* 802F1B90 */ J2DGXColorS10();
/*
J2DGXColorS10& operator=(const GXColorS10& other) {
r = other.r;
g = other.g;
b = other.b;
a = other.a;
return *this;
}
*/
};
struct J2DTevSwapModeInfo;