Linux port should compile again
This commit is contained in:
parent
c99931f5e5
commit
d193971f5f
|
@ -12,6 +12,12 @@ BOOL execute = FALSE;
|
|||
|
||||
SDL_Surface * surface;
|
||||
|
||||
SoundInterface_struct *SNDCoreList[] = {
|
||||
&SNDDummy,
|
||||
&SNDFile,
|
||||
NULL
|
||||
};
|
||||
|
||||
int Draw() {
|
||||
SDL_Surface *rawImage;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue