RickStrahl / SetResolution

Quickly set Windows Display Resolution via Command Line
Other
124 stars 5 forks source link

can display the listed refresh rate in 2 decimal ? #6

Open BeeDance opened 8 months ago

BeeDance commented 8 months ago

Snipaste_2024-01-17_15-43-13 Just like window 11, the refresh rate shows 2 decimals. As in the picture, it shows 59.93 Hz.

RickStrahl commented 8 months ago

As far as I can see the raw Windows API returns values only as an integer, so can't get the fractional value.