Skip to content

Commit

Permalink
common: Move audio_mixer_sound user_data to above the types union
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Jan 31, 2025
1 parent 355b277 commit 7ba205b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libretro-common/audio/audio_mixer.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
struct audio_mixer_sound
{
enum audio_mixer_type type;
void* user_data;

union
{
Expand Down Expand Up @@ -122,7 +123,6 @@ struct audio_mixer_sound
} mod;
#endif
} types;
void* user_data;
};

struct audio_mixer_voice
Expand Down

0 comments on commit 7ba205b

Please sign in to comment.