Files
dusklight/include/m_Do/m_Re_controller_pad.h
T
TakaRikka 100dfc70a2 add wii usa rev0 support (#2505)
* wii usa rev0 dol building ok

* wii dol cleanup

* some wii tests

* most rels building
2025-06-27 13:14:58 +03:00

14 lines
192 B
C++

#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 */