jaudio_NES: link internal/system.c, minor refactors

This commit is contained in:
Cuyler36
2025-11-03 06:26:45 -05:00
parent 6c81937894
commit ef3506df2f
6 changed files with 51 additions and 49 deletions
+2 -2
View File
@@ -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;