3DS: Fix audio buffer clearing

This commit is contained in:
Jeffrey Pfau 2015-08-29 04:18:32 -07:00
parent 8dca9b197e
commit 63871f7d9c
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ int main() {
GSPGPU_FlushDataCache(0, tex->data, 256 * VIDEO_VERTICAL_PIXELS * 2);
#if RESAMPLE_LIBRARY == RESAMPLE_BLIP_BUF
blip_clear(context.gba->audio.left);
blip_clear(context.gba->audio.left);
blip_clear(context.gba->audio.right);
#endif
gspWaitForPPF();
_drawStart();