github faisalkindi/DLSS5oneclick v0.13.18

latest release: v0.13.19
19 hours ago

Clicking a game no longer freezes the window

Selecting a game runs the folder inspection on the UI thread, and on one folder that took a minute. Two causes, both fixed:

  • The import-table parser read the whole executable — 358 MB for one game's exe — to look at a few hundred header bytes, and when the exe's own imports said nothing, it read the twelve largest DLLs beside it the same way. It now reads only through the end of the section that holds the import directory: 26 s → 0.2 s on that exe.
  • Every folder walk crossed asset dumps. The anti-cheat, shipped-DLSS, ray-tracing and exe searches walked into two folders of 266,000 and 50,000 files. A folder with more than 2,000 entries is an asset store, never where a DLL or an anti-cheat lives, so the walks no longer enter one; counting stops at the cap.

Inspection of that folder: about 50 s → 0.6 s.

Smaller

  • Setup page: the third engine card's first line fits on one line at half width, so it sits like the two above it (#77).

Everything from v0.13.17 and v0.13.16 (4.70 add-on default, Game Pass verdict, Diagnose fixes) is included.

Don't miss a new DLSS5oneclick release

NewReleases is sending notifications on new releases.