diff --git a/trunk/src/fceu.h b/trunk/src/fceu.h index 54db2e44..a05bcebe 100644 --- a/trunk/src/fceu.h +++ b/trunk/src/fceu.h @@ -1,6 +1,8 @@ #ifndef _FCEUH #define _FCEUH +#include "types.h" + extern int fceuindbg; extern int newppu; void ResetGameLoaded(void); diff --git a/trunk/src/git.h b/trunk/src/git.h index 945cbf71..b785be9c 100644 --- a/trunk/src/git.h +++ b/trunk/src/git.h @@ -119,7 +119,7 @@ struct FCEUGI int mappernum; EGIT type; - EGIV vidsys; //Current emulated video system; + EGIV vidsys; //Current emulated video system; ESI input[2]; //Desired input for emulated input ports 1 and 2; -1 for unknown desired input. ESIFC inputfc; //Desired Famicom expansion port device. -1 for unknown desired input. ESIS cspecial; //Special cart expansion: DIP switches, barcode reader, etc.