Fix orphaned #elif in CemuUpdateWindow.cpp

This commit is contained in:
Kevin Reinholz 2025-07-04 09:23:39 -07:00
parent 7454d54cf2
commit 987b28e07a

View File

@ -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