JASTrackPort, JASSeqCtrl.h, JASSeqParser (#1904)

* JASTrackPort OK

* JASSeqCtrl.h

* JASSeqParser

* progress

* Move JSU inlines
This commit is contained in:
Jcw87
2023-09-01 01:55:46 -07:00
committed by GitHub
parent 8f45369601
commit f90d73eeeb
73 changed files with 1354 additions and 3360 deletions
+6 -2
View File
@@ -3,9 +3,13 @@
#include "dolphin/types.h"
struct JASRegisterParam {
class JASRegisterParam {
public:
enum RegID {
REG0,
REG1,
REG2,
REG3,
};
/* 80293644 */ JASRegisterParam();