Home
last modified time | relevance | path

Searched refs:IsoImgDir (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/gui/
H A DConfig.c130 GetValue(data, "IsoImgDir", Config.IsoImgDir); in LoadConfig()
188 SetValue("IsoImgDir", Config.IsoImgDir); in SaveConfig()
H A DGtkGui.c723 if (stat(Config.IsoImgDir, &sb) == 0 && S_ISDIR(sb.st_mode)) { in Open_Iso_Proc()
724 strcpy(current_folder, Config.IsoImgDir); in Open_Iso_Proc()
725 } else if (strlen(Config.IsoImgDir) <= 0) { in Open_Iso_Proc()
779 strcpy(Config.IsoImgDir, current_folder); in Open_Iso_Proc()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/
H A Dpsxcommon.h139 char IsoImgDir[MAXPATHLEN]; member