d_menu work (#1141)

* more progress

* more progress

* more progress

* more progress

* d_menu work

d_menu_collect class members cleaned up, some functions at 100% matching

* added `Nonmatching` tag to unmatched functions

* more functions at 100%

* more functions matching

* more functions matching
This commit is contained in:
Mattias Blum
2026-07-31 13:33:36 -04:00
committed by GitHub
parent 45718d8ccc
commit d46b64f9cb
5 changed files with 2474 additions and 157 deletions
+6 -1
View File
@@ -37,7 +37,12 @@ public:
void setTevMode(JUTTexture*, JUtility::TColor, JUtility::TColor);
void getBlack() const {}
void getContentsColor(TContentsColor&) const {}
void getContentsColor(TContentsColor& param_0) const {
param_0.mTL = mColorTL;
param_0.mTR = mColorTR;
param_0.mBL = mColorBL;
param_0.mBR = mColorBR;
}
void getWhite() const {}
void setBlack(JUtility::TColor) {}
void setContentsColor(TContentsColor) {}