()
| 205 | public bool HasCoreDll() => FindCoreDll() != null; |
| 206 | |
| 207 | public bool HasPayloadCache() => Fingerprint.FindCachePath(_steamPath, verbose: false, log: _log) != null; |
| 208 | |
| 209 | const string XinputUrl = "https://files.catbox.moe/heom44.dll"; |
| 210 | const string DwmapiUrl = "https://files.catbox.moe/32p6f9.dll"; |
no test coverage detected