mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-22 09:09:18 +01:00
Use correct preprocessor check for Linux (#360)
This commit is contained in:
parent
d6ba61cf64
commit
8b3f36ad50
@ -81,7 +81,7 @@ bool CemuApp::OnInit()
|
|||||||
#else
|
#else
|
||||||
SetAppName("Cemu");
|
SetAppName("Cemu");
|
||||||
wxString appName=GetAppName();
|
wxString appName=GetAppName();
|
||||||
#ifdef BOOST_OS_LINUX
|
#if BOOST_OS_LINUX
|
||||||
standardPaths.SetFileLayout(wxStandardPaths::FileLayout::FileLayout_XDG);
|
standardPaths.SetFileLayout(wxStandardPaths::FileLayout::FileLayout_XDG);
|
||||||
auto getEnvDir = [&](const wxString& varName, const wxString& defaultValue)
|
auto getEnvDir = [&](const wxString& varName, const wxString& defaultValue)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user