mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Removed the 3D box display from MediaViewer.
This commit is contained in:
parent
d1a30133d1
commit
cc335343c4
|
@ -171,9 +171,6 @@ void MediaViewer::findMedia()
|
|||
mScreenShotIndex = static_cast<int>(mImageFiles.size() - 1);
|
||||
}
|
||||
|
||||
if ((mediaFile = mGame->get3DBoxPath()) != "")
|
||||
mImageFiles.push_back(mediaFile);
|
||||
|
||||
if ((mediaFile = mGame->getMiximagePath()) != "")
|
||||
mImageFiles.push_back(mediaFile);
|
||||
|
||||
|
|
Loading…
Reference in a new issue