more menu work, scalers, sound
[fceu.git] / driver.h
index 7e86dad..e240960 100644 (file)
--- a/driver.h
+++ b/driver.h
@@ -104,6 +104,7 @@ void FCEUI_SaveExtraDataUnderBase(int a);
 
 /* name=path and file to load.  returns 0 on failure, 1 on success */
 FCEUGI *FCEUI_LoadGame(char *name);
+extern int LoadGameLastError;
 
 /* allocates memory.  0 on failure, 1 on success. */
 int FCEUI_Initialize(void);