d_a_demo00 work (#2525)

* Initial work

* Got to ke_control

* draw function

* tiny execute work

* all functions worked on

* PR cleanup

* Took out static keyword for dDemo_setDemoData
This commit is contained in:
Carco_21
2025-07-10 19:16:30 -04:00
committed by GitHub
parent 3de6b37edf
commit b67414ef1a
9 changed files with 1956 additions and 1474 deletions
@@ -726,6 +726,8 @@ struct J3DBlend : public J3DBlendInfo {
void load(u8 ditherEnable) {
J3DGDSetBlendMode(getBlendMode(), getSrcFactor(), getDstFactor(), getLogicOp(), ditherEnable);
}
void setBlendInfo(const J3DBlendInfo& i_blendInfo) { *static_cast<J3DBlendInfo*>(this) = i_blendInfo; }
};
extern const J3DFogInfo j3dDefaultFogInfo;