From 32dd904dab4c83e695d4e1482542e9891ffe8f08 Mon Sep 17 00:00:00 2001 From: adelikat Date: Mon, 9 Mar 2009 19:42:04 +0000 Subject: [PATCH] Win32 - Directory overrides - oops, commented out the wrong code in a previous commit --- src/file.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/file.cpp b/src/file.cpp index 0fbd6272..31056a5c 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -550,10 +550,9 @@ std::string FCEU_GetPath(int type) break; case FCEUMKF_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 - return BaseDirectory + PSS + "tools"; + return ""; //adelikat: 03/02/09 - return null so it defaults to last directory used //return BaseDirectory + PSS + "tools"; break; case FCEUMKF_AVI: if(odirs[FCEUIOD_AVI])