mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
Fixed an issue where attempting to view media for a game that had no downloaded media paused the playback of all static theme videos
This commit is contained in:
parent
8d23e474d9
commit
fb9aeddfab
|
@ -45,8 +45,6 @@ bool MediaViewer::startMediaViewer(FileData* game)
|
||||||
mKeyRepeatDir = 0;
|
mKeyRepeatDir = 0;
|
||||||
mKeyRepeatTimer = 0;
|
mKeyRepeatTimer = 0;
|
||||||
|
|
||||||
ViewController::getInstance()->pauseViewVideos();
|
|
||||||
|
|
||||||
mShowMediaTypes = Settings::getInstance()->getBool("MediaViewerShowTypes");
|
mShowMediaTypes = Settings::getInstance()->getBool("MediaViewerShowTypes");
|
||||||
|
|
||||||
if (Settings::getInstance()->getString("MediaViewerHelpPrompts") == "disabled")
|
if (Settings::getInstance()->getString("MediaViewerHelpPrompts") == "disabled")
|
||||||
|
@ -69,6 +67,7 @@ bool MediaViewer::startMediaViewer(FileData* game)
|
||||||
if (!mHasVideo && !mHasImages)
|
if (!mHasVideo && !mHasImages)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
ViewController::getInstance()->pauseViewVideos();
|
||||||
Window::getInstance()->stopInfoPopup();
|
Window::getInstance()->stopInfoPopup();
|
||||||
|
|
||||||
HelpStyle style;
|
HelpStyle style;
|
||||||
|
|
Loading…
Reference in a new issue