mirror of
https://github.com/libretro/RetroArch
synced 2025-03-15 13:21:29 +00:00
common: Move audio_mixer_sound user_data to above the types union
This commit is contained in:
parent
355b277c11
commit
7ba205ba34
@ -76,6 +76,7 @@
|
||||
struct audio_mixer_sound
|
||||
{
|
||||
enum audio_mixer_type type;
|
||||
void* user_data;
|
||||
|
||||
union
|
||||
{
|
||||
@ -122,7 +123,6 @@ struct audio_mixer_sound
|
||||
} mod;
|
||||
#endif
|
||||
} types;
|
||||
void* user_data;
|
||||
};
|
||||
|
||||
struct audio_mixer_voice
|
||||
|
Loading…
x
Reference in New Issue
Block a user