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
+13
View File
@@ -0,0 +1,13 @@
#ifndef M_RE_CONTROLLER_PAD_H
#define M_RE_CONTROLLER_PAD_H
#include <dolphin.h>
class mReCPd {
public:
struct Pad {
struct Acc {};
};
};
#endif /* M_RE_CONTROLLER_PAD_H */