X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=driver.h;h=e2409608894287aeda825fc2a1aacc238ffde96f;hb=078eb4c0d0ff99a90f5ea0f9a9dbf9ec780650cc;hp=7e86dad8a955de1713f6232bf5c82f8acf1c72fc;hpb=92764e6252a3691033d6044b466bf716c96b62d5;p=fceu.git diff --git a/driver.h b/driver.h index 7e86dad..e240960 100644 --- 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);