X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=driver.h;h=1d47e50d0d35ba5b869221700b344a3668aadedb;hp=7e86dad8a955de1713f6232bf5c82f8acf1c72fc;hb=0bb3fe122854be9af6c3024fef9f503d27bc63a1;hpb=92764e6252a3691033d6044b466bf716c96b62d5 diff --git a/driver.h b/driver.h index 7e86dad..1d47e50 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); @@ -164,6 +165,7 @@ void FCEUI_LoadState(void); int32 FCEUI_GetDesiredFPS(void); void FCEUI_SaveSnapshot(void); void FCEU_DispMessage(char *format, ...); +void FCEU_CancelDispMessage(void); #define FCEUI_DispMessage FCEU_DispMessage int FCEUI_AddCheat(const char *name, uint32 addr, uint8 val, int compare, int type);