Linux port should compile again

This commit is contained in:
cyberwarriorx 2006-11-07 16:33:31 +00:00
parent c99931f5e5
commit d193971f5f
2 changed files with 12 additions and 0 deletions

View File

@ -12,6 +12,12 @@ BOOL execute = FALSE;
SDL_Surface * surface;
SoundInterface_struct *SNDCoreList[] = {
&SNDDummy,
&SNDFile,
NULL
};
int Draw() {
SDL_Surface *rawImage;

View File

@ -63,6 +63,12 @@ const char *Ini_Keypad_Values[DESMUME_NB_KEYS] =
char * CONFIG_FILE;
SoundInterface_struct *SNDCoreList[] = {
&SNDDummy,
&SNDFile,
NULL
};
int Write_ConfigFile()
{
int i;