move remaining old progress (#186)

* move remaining old progress

* remove asm
This commit is contained in:
TakaRikka
2022-03-26 13:17:17 -04:00
committed by GitHub
parent 0cfa10aea8
commit 02c7a47f13
76 changed files with 387 additions and 1260 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ public:
static void create();
static void read();
static void convert(interface_of_controller_pad*, JUTGamePad*);
void LRlockCheck(interface_of_controller_pad*);
static void LRlockCheck(interface_of_controller_pad*);
void recalibrate();
static interface_of_controller_pad& getCpadInfo(u32 pad) { return m_cpadInfo[pad]; }