Win32 - Directory overrides - oops, commented out the wrong code in a previous commit

This commit is contained in:
adelikat 2009-03-09 19:42:04 +00:00
parent fc06b4b02b
commit 32dd904dab
1 changed files with 2 additions and 3 deletions

View File

@ -550,10 +550,9 @@ std::string FCEU_GetPath(int type)
break; break;
case FCEUMKF_LUA: case FCEUMKF_LUA:
if(odirs[FCEUIOD_LUA]) if(odirs[FCEUIOD_LUA])
return ""; //adelikat: 03/02/09 - return null so it defaults to last directory used return (odirs[FCEUIOD_LUA]);
//return (odirs[FCEUIOD_LUA]);
else else
return BaseDirectory + PSS + "tools"; return ""; //adelikat: 03/02/09 - return null so it defaults to last directory used //return BaseDirectory + PSS + "tools";
break; break;
case FCEUMKF_AVI: case FCEUMKF_AVI:
if(odirs[FCEUIOD_AVI]) if(odirs[FCEUIOD_AVI])