mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
DolphinQt2: Don't show invalid games in game list
Regression from 1f1dae3
.
This problem doesn't happen in DolphinWX as far as I know, but if
you've ran into the problem in DolphinQt2, it will carry over to
DolphinWX because of the shared game list cache.
This commit is contained in:
parent
d3f432946f
commit
ff2fe73ec9
3 changed files with 11 additions and 3 deletions
|
@ -35,6 +35,7 @@ public:
|
|||
|
||||
void Clear();
|
||||
|
||||
// Returns nullptr if the file is invalid.
|
||||
std::shared_ptr<const GameFile> AddOrGet(const std::string& path, bool* cache_changed,
|
||||
const Core::TitleDatabase& title_database);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue