Linux build fix.

This commit is contained in:
Sacha 2014-03-12 02:36:17 +10:00
parent b7b33145f6
commit 5f3f7e197a
9 changed files with 43 additions and 28 deletions

View file

@ -152,7 +152,7 @@ Ini::Ini()
{
#ifdef _WIN32
m_Config = new wxIniConfig( wxEmptyString, wxEmptyString,
wxGetCwd() + "\\rpcs3.ini",
wxGetCwd() + "/rpcs3.ini",
wxEmptyString, wxCONFIG_USE_LOCAL_FILE );
#else
m_Config = new wxConfig("rpcs3");