mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-14 19:59:45 -04:00
JASTrackPort, JASSeqCtrl.h, JASSeqParser (#1904)
* JASTrackPort OK * JASSeqCtrl.h * JASSeqParser * progress * Move JSU inlines
This commit is contained in:
@@ -3,9 +3,13 @@
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
struct JASRegisterParam {
|
||||
class JASRegisterParam {
|
||||
public:
|
||||
enum RegID {
|
||||
|
||||
REG0,
|
||||
REG1,
|
||||
REG2,
|
||||
REG3,
|
||||
};
|
||||
|
||||
/* 80293644 */ JASRegisterParam();
|
||||
|
||||
Reference in New Issue
Block a user