mirror of https://github.com/PCSX2/pcsx2.git
Take care of Issue 512.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2390 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
d9321838fb
commit
61d8406c09
|
@ -35,9 +35,6 @@ extern "C" {
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
|
||||||
extern string s_strIniPath;
|
|
||||||
|
|
||||||
GtkWidget *Conf, *Logging, *About;
|
GtkWidget *Conf, *Logging, *About;
|
||||||
GList *fresl, *wresl, *cachesizel, *codecl, *filtersl;
|
GList *fresl, *wresl, *cachesizel, *codecl, *filtersl;
|
||||||
|
|
||||||
|
@ -194,8 +191,6 @@ void CALLBACK GSconfigure()
|
||||||
|
|
||||||
char strcurdir[256];
|
char strcurdir[256];
|
||||||
getcwd(strcurdir, 256);
|
getcwd(strcurdir, 256);
|
||||||
s_strIniPath = strcurdir;
|
|
||||||
s_strIniPath += "/inis/zerogs.ini";
|
|
||||||
|
|
||||||
if (!(conf.options & GSOPTION_LOADED)) LoadConfig();
|
if (!(conf.options & GSOPTION_LOADED)) LoadConfig();
|
||||||
Conf = create_Config();
|
Conf = create_Config();
|
||||||
|
|
|
@ -30,6 +30,10 @@
|
||||||
<Option createStaticLib="1" />
|
<Option createStaticLib="1" />
|
||||||
<Compiler>
|
<Compiler>
|
||||||
<Add option="-O2" />
|
<Add option="-O2" />
|
||||||
|
<Add directory="../Linux" />
|
||||||
|
<Add directory="../../opengl" />
|
||||||
|
<Add directory="../../../../common/include" />
|
||||||
|
<Add directory="../../../../3rdparty" />
|
||||||
</Compiler>
|
</Compiler>
|
||||||
<Linker>
|
<Linker>
|
||||||
<Add option="-s" />
|
<Add option="-s" />
|
||||||
|
|
Loading…
Reference in New Issue