GameList: Add method to look up a cover image

This commit is contained in:
Connor McLaughlin
2020-09-23 23:43:32 +10:00
parent f1086b18f9
commit b193374dd4
3 changed files with 40 additions and 0 deletions

View File

@ -108,6 +108,8 @@ public:
void UpdateGameSettings(const std::string& filename, const std::string& game_code, const std::string& game_title,
const GameSettings::Entry& new_entry, bool save_to_list = true, bool save_to_user = true);
std::string GetCoverImagePathForEntry(const GameListEntry* entry);
private:
enum : u32
{