This commit is contained in:
robojumper
2025-10-10 01:05:19 +02:00
parent a7ab2f6fee
commit 6d7a7007c0
12 changed files with 577 additions and 121 deletions
@@ -177,6 +177,7 @@ bool dLytMsgWindowGet_c::execute() {
void dLytMsgWindowGet_c::draw() {
// NONMATCHING
// TODO - SetVisible clrlwi
// The instruction patterns here are the same that EGG::StateGX::Scoped
// generates, but there's no RAII to be found here. What's the missing
// link that makes the compiler generate these?
@@ -240,6 +240,7 @@ bool dLytMsgWindowLink_c::execute() {
void dLytMsgWindowLink_c::draw() {
// NONMATCHING
// TODO - SetVisible clrlwi
// The instruction patterns here are the same that EGG::StateGX::Scoped
// generates, but there's no RAII to be found here. What's the missing
// link that makes the compiler generate these?
@@ -240,6 +240,7 @@ bool dLytMsgWindowTalk_c::execute() {
void dLytMsgWindowTalk_c::draw() {
// NONMATCHING
// TODO - SetVisible clrlwi
// The instruction patterns here are the same that EGG::StateGX::Scoped
// generates, but there's no RAII to be found here. What's the missing
// link that makes the compiler generate these?