mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-26 15:45:42 +00:00
GameList: Fix setting covers via right click
This commit is contained in:
parent
b074c0d1ee
commit
eb569df025
|
@ -669,7 +669,7 @@ std::string GameList::GetNewCoverImagePathForEntry(const Entry* entry, const cha
|
|||
else
|
||||
name = fmt::format("{}{}", entry->title, extension);
|
||||
|
||||
return Path::Combine(EmuFolders::Cache, name);
|
||||
return Path::Combine(EmuFolders::Covers, name);
|
||||
}
|
||||
|
||||
size_t GameList::Entry::GetReleaseDateString(char* buffer, size_t buffer_size) const
|
||||
|
|
Loading…
Reference in a new issue