diff --git a/src/game/GameList.cpp b/src/game/GameList.cpp index e4fa69a..7a53943 100644 --- a/src/game/GameList.cpp +++ b/src/game/GameList.cpp @@ -3,6 +3,7 @@ #include #include #include +#include #include #include "utils/AsyncExecutor.h" @@ -52,7 +53,6 @@ gameInfo * GameList::getGameInfo(uint64_t titleId){ return result; } -extern "C" int ACPGetTitleMetaXml(uint64_t titleid, ACPMetaXml*); int32_t GameList::readGameList() { // Clear list for (auto const& x : fullGameList) {