From 9ff72a731f273466dff932aa55eb44feaaf1a97c Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Fri, 17 Jul 2015 23:58:46 +0200 Subject: [PATCH] Remove function declaration in the middle of a function --- core/nullDC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/nullDC.cpp b/core/nullDC.cpp index c9df6fac5..da6144180 100755 --- a/core/nullDC.cpp +++ b/core/nullDC.cpp @@ -4,6 +4,7 @@ //initialse Emu #include "types.h" #include "oslib/oslib.h" +#include "oslib/audiostream.h" #include "hw/mem/_vmem.h" #include "stdclass.h" #include "cfg/cfg.h" @@ -196,7 +197,6 @@ int dc_init(int argc,wchar* argv[]) printf("Using Interpreter\n"); } - void InitAudio(); InitAudio(); sh4_cpu.Init();