Remove function declaration in the middle of a function

This commit is contained in:
Gabriel Corona 2015-07-17 23:58:46 +02:00
parent 221ba4c22d
commit 9ff72a731f
1 changed files with 1 additions and 1 deletions

View File

@ -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();