oops
This commit is contained in:
parent
2fed26a75a
commit
bdf11aafa5
|
@ -571,7 +571,6 @@ Config::parse(int argc,
|
|||
int
|
||||
Config::_load()
|
||||
{
|
||||
int error;
|
||||
unsigned int pos, eqPos;
|
||||
std::fstream config;
|
||||
std::map<std::string, int>::iterator int_i;
|
||||
|
@ -639,7 +638,6 @@ Config::_load()
|
|||
int
|
||||
Config::save()
|
||||
{
|
||||
int error;
|
||||
std::fstream config;
|
||||
std::map<std::string, int>::iterator int_i;
|
||||
std::map<std::string, double>::iterator dbl_i;
|
||||
|
|
|
@ -9,7 +9,7 @@ bool autoInfo1003 = true; //This is a hacky variable that checks when dialog 100
|
|||
extern FCEUGI *GameInfo;
|
||||
|
||||
//retains the state of the readonly checkbox and stopframe value
|
||||
bool replayReadOnlySetting;
|
||||
int replayReadOnlySetting;
|
||||
int replayStopFrameSetting = 0;
|
||||
|
||||
void RefreshThrottleFPS();
|
||||
|
|
Loading…
Reference in New Issue