From 9d533fb2ccc93177830f74126f6391a4a165a3ef Mon Sep 17 00:00:00 2001 From: Pieter Hulshoff Date: Sun, 12 Jun 2016 07:28:45 +0200 Subject: [PATCH] Corrected path for reloadable media in mode "layout". --- RetroFE/Source/Graphics/Component/ReloadableMedia.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RetroFE/Source/Graphics/Component/ReloadableMedia.cpp b/RetroFE/Source/Graphics/Component/ReloadableMedia.cpp index 8d94a3d..67adf75 100644 --- a/RetroFE/Source/Graphics/Component/ReloadableMedia.cpp +++ b/RetroFE/Source/Graphics/Component/ReloadableMedia.cpp @@ -338,7 +338,7 @@ Component *ReloadableMedia::findComponent(std::string collection, std::string ty if (systemMode) imagePath = Utils::combinePath(imagePath, "system_artwork"); else - imagePath = Utils::combinePath(imagePath, "medium_artwork"); + imagePath = Utils::combinePath(imagePath, "medium_artwork", type); } else {