From 78770114f9e57c02c5602c40edac25e4d1ca8b29 Mon Sep 17 00:00:00 2001 From: xhainingx Date: Thu, 18 Apr 2013 04:42:35 +0000 Subject: [PATCH] added #include "types.h" to fceu.h --- trunk/src/fceu.h | 2 ++ trunk/src/git.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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.