You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manual Add game manually now opens a searchable game picker when the selected executable is ambiguous or unmatched, instead of silently failing. Fixes God of War (2018) and other titles whose folder name is a prefix of multiple compatibility entries (#7), and adds a full-list fallback for games that work but are not auto-matched (#5).
Verified install, detection, and add-on handling against OptiScaler 0.9.4 (FFX 2.3 SDK / FSR 4.1.1); the bundled-Fakenvapi log now recognizes fakenvapi.dll.
Repurposed the FSR4 INT8 tab for RDNA2 and unofficial APUs. Since OptiScaler 0.9.4 auto-enables FSR 4.1.1 INT8 on RDNA3 desktop cards (Fsr4Update=auto) and RDNA4 uses native FSR4, the tab now shows GPU-generation-aware guidance, adds an Fsr4ForceEnableInt8 toggle, and warns before applying a redundant manual package.
Validation
Compatibility parser validation passed against fixtures and the live wiki canary, including a new manual-add disambiguation regression test.
Release build completed successfully; package guard confirmed no stale top-level win-x64 folder.
Install path verified against the real OptiScaler 0.9.4 archive (package-root resolution and bundled Nukem/Fakenvapi components).
Security assessment
SharpCompress GHSA-6c8g-7p36-r338 (CVE-2026-44788, zip-slip in WriteToDirectory): not exposed. Archive extraction uses a path-traversal-guarded loop (TryGetSafeExtractionPath / IsPathInsideRoot) and never calls WriteToDirectory. Recorded as a NuGet audit suppression; no fixed SharpCompress version exists yet.