issue #638 fixed
This commit is contained in:
parent
b03dbdf484
commit
2a4d02a9b8
|
@ -197,6 +197,8 @@ bool SingleInstanceOnly=false; // Enable/disable option
|
||||||
bool DoInstantiatedExit=false;
|
bool DoInstantiatedExit=false;
|
||||||
HWND DoInstantiatedExitWindow;
|
HWND DoInstantiatedExitWindow;
|
||||||
|
|
||||||
|
int changerecursive = 0;
|
||||||
|
|
||||||
// Internal functions
|
// Internal functions
|
||||||
void SetDirs()
|
void SetDirs()
|
||||||
{
|
{
|
||||||
|
@ -975,8 +977,6 @@ void FCEUD_Update(uint8 *XBuf, int32 *Buffer, int Count)
|
||||||
|
|
||||||
//make sure to update the input once per frame
|
//make sure to update the input once per frame
|
||||||
FCEUD_UpdateInput(UPDATEINPUT_EVERYTHING);
|
FCEUD_UpdateInput(UPDATEINPUT_EVERYTHING);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void FCEUD_MakePathDirs(const char *fname)
|
static void FCEUD_MakePathDirs(const char *fname)
|
||||||
|
|
|
@ -110,7 +110,7 @@ extern bool force_grayscale;
|
||||||
//mbg merge 7/17/06 did these have to be unsigned?
|
//mbg merge 7/17/06 did these have to be unsigned?
|
||||||
//static int srendline, erendline;
|
//static int srendline, erendline;
|
||||||
|
|
||||||
static int changerecursive=0;
|
extern int changerecursive;
|
||||||
|
|
||||||
/// Contains the base directory of FCE
|
/// Contains the base directory of FCE
|
||||||
extern std::string BaseDirectory;
|
extern std::string BaseDirectory;
|
||||||
|
|
Loading…
Reference in New Issue