| 14 | } |
| 15 | |
| 16 | std::vector<std::filesystem::path> GenericGame::GetInstalledPaths() const { |
| 17 | return {}; |
| 18 | } |
| 19 | |
| 20 | std::string GenericGame::GetUserFriendlyName( |
| 21 | const std::filesystem::path& path) const { |
nothing calls this directly
no outgoing calls
no test coverage detected