mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
b4e2bf4366
commit
abc73d506c
|
@ -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 ;
|
||||||
|
|
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue