add wii usa rev0 support (#2505)

* wii usa rev0 dol building ok

* wii dol cleanup

* some wii tests

* most rels building
This commit is contained in:
TakaRikka
2025-06-27 13:14:58 +03:00
committed by GitHub
parent 028c07d47d
commit 79c56b2548
1525 changed files with 125994 additions and 807 deletions
+22
View File
@@ -0,0 +1,22 @@
#ifndef D_HOME_BUTTON_H
#define D_HOME_BUTTON_H
#include <revolution/hbm.h>
#include "JSystem/J2DGraph/J2DOrthoGraph.h"
class dHomeButton_c {
public:
void create_(int, void*);
int execute_();
void initHomeButtonInfo(int, void*);
void initCursorPos();
void calcCursorPos();
void onReset();
void create(int, void*);
int execute();
void drawCapture(u8, void (*)(J2DOrthoGraph&, void*), void*);
/* 0x00 */ HBMDataInfo m_info;
};
#endif /* D_HOME_BUTTON_H */