head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.6 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.4 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @// @; 1.1 date 2025.08.22.05.31.50; author adam; state Exp; branches; next ; commitid SorMfat8luA6CG7G; desc @@ 1.1 log @emulationstation: updated to 2.11.2 2.11.2 Unknown changes @ text @$NetBSD$ Find resources in share/emulationstation/resources. --- es-core/src/resources/ResourceManager.cpp.orig 2025-08-22 05:14:18.446070416 +0000 +++ es-core/src/resources/ResourceManager.cpp @@@@ -33,7 +33,7 @@@@ std::string ResourceManager::getResource return test; // check in exepath - test = Utils::FileSystem::getExePath() + "/resources/" + &path[2]; + test = Utils::FileSystem::getExePath() + "/../share/emulationstation/resources/" + &path[2]; if(Utils::FileSystem::exists(test)) return test; @