mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-07 12:03:27 -04:00
jaudio_NES: link internal/system.c, minor refactors
This commit is contained in:
@@ -568,9 +568,9 @@ struct note_ {
|
||||
/* 0x00 */ u8 finished : 1;
|
||||
/* 0x00 */ u8 muted : 1;
|
||||
/* 0x00 */ u8 continuous : 1;
|
||||
/* 0x00 */ u8 _00bit3 : 1;
|
||||
/* 0x00 */ u8 channel_attached : 1;
|
||||
/* 0x00 */ u8 ignore_drum_pan : 1;
|
||||
/* 0x00 */ u8 _00bit1 : 1;
|
||||
/* 0x00 */ u8 continuous_channel_released : 1;
|
||||
/* 0x00 */ u8 note_properties_need_init : 1;
|
||||
/* 0x01 */ phase stereo_phase;
|
||||
/* 0x02 */ u8 inst_or_wave;
|
||||
|
||||
Reference in New Issue
Block a user