aboutsummaryrefslogtreecommitdiffstats
path: root/src/gaudio/gaudio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gaudio/gaudio.c')
-rw-r--r--src/gaudio/gaudio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gaudio/gaudio.c b/src/gaudio/gaudio.c
index e20999e6..5d264aab 100644
--- a/src/gaudio/gaudio.c
+++ b/src/gaudio/gaudio.c
@@ -13,8 +13,8 @@
#include "gaudio_driver_play.h"
static gfxQueueASync playList;
- static gfxSem playComplete;
- static gU16 playFlags;
+ static gSem playComplete;
+ static gU16 playFlags;
#define PLAYFLG_USEEVENTS 0x0001
#define PLAYFLG_PLAYING 0x0002
#define PLAYFLG_ISINIT 0x0004