mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-03-06 14:27:43 +00:00
The media viewer now also displays miximages.
This commit is contained in:
parent
615e520735
commit
ec034395f1
|
@ -174,6 +174,9 @@ void MediaViewer::findMedia()
|
|||
if ((mediaFile = mGame->get3DBoxPath()) != "")
|
||||
mImageFiles.push_back(mediaFile);
|
||||
|
||||
if ((mediaFile = mGame->getMiximagePath()) != "")
|
||||
mImageFiles.push_back(mediaFile);
|
||||
|
||||
if (!mImageFiles.empty())
|
||||
mHasImages = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue