zzogl-pg: A few minor changes to the last commit.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3560 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2010-07-24 08:08:42 +00:00
parent b4e2bf4366
commit abc73d506c
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ void LoadConfig()
if (!fp) if (!fp)
{ {
SysMessage("Unable to open file!"); SysMessage("Unable to open ZZOgl-PG's ini file!");
CreateDirectory(s_strIniPath.c_str(), NULL); CreateDirectory(s_strIniPath.c_str(), NULL);
SaveConfig();//save and return SaveConfig();//save and return
return ; return ;

View File

@ -78,7 +78,7 @@ map<int, int> mapConfOpts;
void OnInitDialog(HWND hW) void OnInitDialog(HWND hW)
{ {
/*if (!(conf.zz_options.loaded))*/ LoadConfig(); if (!(conf.zz_options.loaded)) LoadConfig();
CheckDlgButton(hW, IDC_CONFIG_INTERLACE, conf.interlace); CheckDlgButton(hW, IDC_CONFIG_INTERLACE, conf.interlace);
CheckDlgButton(hW, IDC_CONFIG_BILINEAR, conf.bilinear); CheckDlgButton(hW, IDC_CONFIG_BILINEAR, conf.bilinear);