mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-10 01:24:41 -06:00
Fix orphaned #elif in CemuUpdateWindow.cpp
This commit is contained in:
parent
7454d54cf2
commit
987b28e07a
@ -115,7 +115,7 @@ bool CemuUpdateWindow::QueryUpdateInfo(std::string& downloadUrlOut, std::string&
|
||||
urlStr.append("&platform=windows");
|
||||
#elif BOOST_OS_MACOS
|
||||
urlStr.append("&platform=macos_bundle_x86");
|
||||
#elif
|
||||
#else
|
||||
#error Name for current platform is missing
|
||||
#endif
|
||||
#if BOOST_OS_BSD
|
||||
|
||||
Loading…
Reference in New Issue
Block a user