mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-15 12:08:37 -04:00
More Jsystem stuff (#395)
* JASProbe OK * JASRegisterParam OK * Import JASReport * JASDvdThread OK
This commit is contained in:
@@ -3,4 +3,17 @@
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
struct JASRegisterParam {
|
||||
enum RegID {
|
||||
|
||||
};
|
||||
|
||||
/* 80293644 */ JASRegisterParam();
|
||||
/* 80293664 */ void init();
|
||||
/* 80293684 */ void write(JASRegisterParam::RegID, u32);
|
||||
/* 802937B8 */ u32 read(JASRegisterParam::RegID);
|
||||
|
||||
u16 field_0x0[14];
|
||||
};
|
||||
|
||||
#endif /* JASREGISTERPARAM_H */
|
||||
|
||||
Reference in New Issue
Block a user