mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02:00
Move to C++20 for non-MSVC compilers
This commit is contained in:
@ -291,7 +291,7 @@ void GameFile::DownloadDefaultCover()
|
||||
}
|
||||
|
||||
Common::HttpRequest request;
|
||||
constexpr char cover_url[] = "https://art.gametdb.com/wii/cover/{}/{}.png";
|
||||
static constexpr char cover_url[] = "https://art.gametdb.com/wii/cover/{}/{}.png";
|
||||
const auto response = request.Get(fmt::format(cover_url, region_code, m_gametdb_id));
|
||||
|
||||
if (!response)
|
||||
|
Reference in New Issue
Block a user