Skip to content

Commit

Permalink
achievements: fix crash when loading image cache
Browse files Browse the repository at this point in the history
Fixes MINIDUMP-312, MINIDUMP-313
Issue #761
  • Loading branch information
flyinghead committed May 4, 2024
1 parent fe17d45 commit ccc9931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/achievements/achievements.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ void Achievements::loadCache()
std::lock_guard<std::mutex> _(cacheMutex);
cacheMap[v] = name;
}
closedir(dir);
flycast::closedir(dir);
}
}

Expand Down

0 comments on commit ccc9931

Please sign in to comment.