falahati / NvAPIWrapper

NvAPIWrapper is a .Net wrapper for NVIDIA public API, capable of managing all aspects of a display setup using NVIDIA GPUs
GNU Lesser General Public License v3.0
313 stars 55 forks source link

Change DSR Smoothnes factor #67

Closed SelimNazar closed 1 year ago

SelimNazar commented 1 year ago

Can this library be used to modify the DSR Smoothness factor from the Nvidia control panel? My objective is to write an script that lets me set this value before a game starts, as a way to have different factors per game. This would allow me to use both 4x DSR and 2.25x DLDSR without having to manually change the Smoothnes from 0% to 100%, since Nvidia can't be bothered to add this functionality themselves.

falahati commented 1 year ago

where is this setting located? if it is on the game profile page, you should look into the DRS config. might have to pass an undocumented setting id to get or modify these settings.