getting closer and closer to the xfb copy loop in panda

This commit is contained in:
2026-05-13 11:27:28 +02:00
parent fc26f75118
commit 9c3a6789f6
9 changed files with 319 additions and 82 deletions
+2
View File
@@ -30,7 +30,9 @@ struct broadway {
void bx(ircolib::u32);
void bcx(ircolib::u32);
void move_spr(ircolib::u32);
void stw(ircolib::u32, mem &);
void stwu(ircolib::u32, mem &);
void sth(ircolib::u32, mem &);
void lwz(ircolib::u32, mem &);
};
} // namespace weee::core