sdl now compiles

This commit is contained in:
punkrockguy318 2008-07-24 03:18:48 +00:00
parent cbb5c8bc90
commit d27a92d9a5
1 changed files with 8 additions and 0 deletions

View File

@ -18,6 +18,7 @@ extern "C"
#include <lualib.h>
}
#include "types.h"
#include "fceu.h"
#include "video.h"
@ -1706,3 +1707,10 @@ void FCEU_LuaGui(uint8 *XBuf) {
return;
}
#ifndef WIN32
// stub for now
void FCEUD_UpdateLuaMenus()
{
}
#endif