mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
Linux build fix.
This commit is contained in:
parent
b7b33145f6
commit
5f3f7e197a
9 changed files with 43 additions and 28 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue