Files
dusklight/include/JSystem/JAudio2/JASRegisterParam.h
T
Jcw87 f90d73eeeb JASTrackPort, JASSeqCtrl.h, JASSeqParser (#1904)
* JASTrackPort OK

* JASSeqCtrl.h

* JASSeqParser

* progress

* Move JSU inlines
2023-09-01 11:55:46 +03:00

24 lines
443 B
C++

#ifndef JASREGISTERPARAM_H
#define JASREGISTERPARAM_H
#include "dolphin/types.h"
class JASRegisterParam {
public:
enum RegID {
REG0,
REG1,
REG2,
REG3,
};
/* 80293644 */ JASRegisterParam();
/* 80293664 */ void init();
/* 80293684 */ void write(JASRegisterParam::RegID, u32);
/* 802937B8 */ u32 read(JASRegisterParam::RegID);
u16 field_0x0[14];
};
#endif /* JASREGISTERPARAM_H */