GameList: Support getting covers without list entry

This commit is contained in:
Connor McLaughlin
2021-05-02 14:57:52 +10:00
parent 20747d2108
commit 19b84cbe4d
2 changed files with 13 additions and 6 deletions

View File

@@ -123,6 +123,7 @@ public:
const GameSettings::Entry& new_entry, bool save_to_list = true);
std::string GetCoverImagePathForEntry(const GameListEntry* entry) const;
std::string GetCoverImagePath(const std::string& path, const std::string& code, const std::string& title) const;
std::string GetNewCoverImagePathForEntry(const GameListEntry* entry, const char* new_filename) const;
private: