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>
|
||||
|
||||
|
||||
extern string s_strIniPath;
|
||||
|
||||
GtkWidget *Conf, *Logging, *About;
|
||||
GList *fresl, *wresl, *cachesizel, *codecl, *filtersl;
|
||||
|
||||
|
@ -194,8 +191,6 @@ void CALLBACK GSconfigure()
|
|||
|
||||
char strcurdir[256];
|
||||
getcwd(strcurdir, 256);
|
||||
s_strIniPath = strcurdir;
|
||||
s_strIniPath += "/inis/zerogs.ini";
|
||||
|
||||
if (!(conf.options & GSOPTION_LOADED)) LoadConfig();
|
||||
Conf = create_Config();
|
||||
|
|
|
@ -30,6 +30,10 @@
|
|||
<Option createStaticLib="1" />
|
||||
<Compiler>
|
||||
<Add option="-O2" />
|
||||
<Add directory="../Linux" />
|
||||
<Add directory="../../opengl" />
|
||||
<Add directory="../../../../common/include" />
|
||||
<Add directory="../../../../3rdparty" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="-s" />
|
||||
|
|
Loading…
Reference in New Issue