mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-19 19:07:48 +02:00
Address feedback, remove probably-misleading comment (had already fixed it).
This commit is contained in:
@@ -1529,8 +1529,6 @@ void Config::RemoveRecent(const std::string &file) {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: This can be called during shutdown at a point where we have no NativeActivity object.
|
||||
// That causes us to drop all content URI isos since they fail to open.
|
||||
void Config::CleanRecent() {
|
||||
std::vector<std::string> cleanedRecent;
|
||||
for (size_t i = 0; i < recentIsos.size(); i++) {
|
||||
|
||||
Reference in New Issue
Block a user