mirror of
https://github.com/astronautlevel2/Anemone3DS.git
synced 2026-01-24 00:32:43 -05:00
Fix preview bug
This commit is contained in:
@@ -42,9 +42,11 @@ typedef struct {
|
||||
float mix[12];
|
||||
u8 buf_pos;
|
||||
long data_read;
|
||||
volatile bool stop;
|
||||
char *filebuf;
|
||||
u32 filesize;
|
||||
|
||||
volatile bool stop;
|
||||
Handle finished;
|
||||
} audio_s;
|
||||
|
||||
void play_audio(audio_s *);
|
||||
|
||||
Reference in New Issue
Block a user