Browse Source

cmake changes only

pull/3282/head
DraVee 4 weeks ago
committed by lizzie
parent
commit
403450017d
  1. 2
      src/core/hle/service/acc/profile_manager.cpp

2
src/core/hle/service/acc/profile_manager.cpp

@ -578,8 +578,6 @@ std::vector<std::string> ProfileManager::FindOrphanedProfiles()
}
} catch (const fs::filesystem_error& e) {
// if we get an error--no worries, just pretend it's not empty
LOG_WARNING(Service_ACC, "Failed to iterate profile directory '{}': {}",
entry.path().string(), e.what());
return true;
}

Loading…
Cancel
Save