mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15:38 +00:00
Merge branch 'master' of gitlab.com:leonstyhre/emulationstation-de
This commit is contained in:
commit
c7a27c8c6a
|
@ -170,7 +170,7 @@ void MediaViewer::findMedia()
|
||||||
|
|
||||||
if (mHasVideo && (mediaFile = mGame->getScreenshotPath()) != "") {
|
if (mHasVideo && (mediaFile = mGame->getScreenshotPath()) != "") {
|
||||||
mImageFiles.push_back(mediaFile);
|
mImageFiles.push_back(mediaFile);
|
||||||
mScreenShotIndex = mImageFiles.size() - 1;
|
mScreenShotIndex = static_cast<int>(mImageFiles.size() - 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((mediaFile = mGame->get3DBoxPath()) != "")
|
if ((mediaFile = mGame->get3DBoxPath()) != "")
|
||||||
|
|
Loading…
Reference in a new issue