mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 12:05:38 +00:00
(Windows) Fixed a compile error
This commit is contained in:
parent
1697508393
commit
0f0f24887e
|
@ -629,7 +629,7 @@ void ImageComponent::applyTheme(const std::shared_ptr<ThemeData>& theme,
|
|||
if (mThemeImageTypes.empty() && elem->has("gameOverridePath")) {
|
||||
mGameOverridePath = elem->get<std::string>("gameOverridePath");
|
||||
#if defined(_WIN64)
|
||||
mBasenamePath = Utils::String::replace(mGameOverridePath, "\\", "/");
|
||||
mGameOverridePath = Utils::String::replace(mGameOverridePath, "\\", "/");
|
||||
#endif
|
||||
if (mGameOverridePath.back() != '/')
|
||||
mGameOverridePath.push_back('/');
|
||||
|
|
Loading…
Reference in a new issue