mirror of
https://github.com/izzy2lost/WeeU.git
synced 2026-07-06 00:19:59 -07:00
Use correct preprocessor check for Linux (#360)
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ bool CemuApp::OnInit()
|
||||
#else
|
||||
SetAppName("Cemu");
|
||||
wxString appName=GetAppName();
|
||||
#ifdef BOOST_OS_LINUX
|
||||
#if BOOST_OS_LINUX
|
||||
standardPaths.SetFileLayout(wxStandardPaths::FileLayout::FileLayout_XDG);
|
||||
auto getEnvDir = [&](const wxString& varName, const wxString& defaultValue)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user