release r1
[fceu.git] / drivers / sdl / sdl.c
index 3f20ffe..2acbb9f 100644 (file)
@@ -206,6 +206,11 @@ void GetBaseDirectory(char *BaseDirectory)
        strcpy(BaseDirectory, "fceultra");
 }
 
+void platform_get_def_rompath(char *buf, int size)
+{
+       buf[0] = 0;
+}
+
 void platform_finish(void)
 {
        SDL_Quit();