mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-12 22:01:27 +00:00
Cleanup
This commit is contained in:
parent
c3eb4327bf
commit
0de69c149a
@ -44,8 +44,8 @@ typedef struct
|
||||
bool is_paused;
|
||||
} gx_audio_t;
|
||||
|
||||
static volatile gx_audio_t *gx_audio_data;
|
||||
static volatile bool stop_audio;
|
||||
static volatile gx_audio_t *gx_audio_data = NULL;
|
||||
static volatile bool stop_audio = false;
|
||||
|
||||
static void dma_callback(void)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user