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;
|
||||
HWND DoInstantiatedExitWindow;
|
||||
|
||||
int changerecursive = 0;
|
||||
|
||||
// Internal functions
|
||||
void SetDirs()
|
||||
{
|
||||
|
@ -975,8 +977,6 @@ void FCEUD_Update(uint8 *XBuf, int32 *Buffer, int Count)
|
|||
|
||||
//make sure to update the input once per frame
|
||||
FCEUD_UpdateInput(UPDATEINPUT_EVERYTHING);
|
||||
|
||||
|
||||
}
|
||||
|
||||
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?
|
||||
//static int srendline, erendline;
|
||||
|
||||
static int changerecursive=0;
|
||||
extern int changerecursive;
|
||||
|
||||
/// Contains the base directory of FCE
|
||||
extern std::string BaseDirectory;
|
||||
|
|
Loading…
Reference in New Issue