File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 26.4.18.4
1+ 26.4.19
2+ =======
3+ + Added INI setting to control new Windows 11 Compositor Clock Boost feature,
4+ mostly intended for Dynamic Refresh Rate (not gaming related). Raises
5+ the desktop composition rate when the mouse cursor moves...
6+
7+ [Render.FrameRate]
8+ BoostCompositorClock={true|false} Default: false
9+
10+ 26.4.18.4
211=========
312 + Various optimizations to per-frame work when SK's overlay is not drawing.
413 + Gave Unity Game Thread Pacing a thread-local timer to ensure it does not
Original file line number Diff line number Diff line change 22
33#define SK_YEAR 26
44#define SK_MONTH 4
5- #define SK_DATE 18
6- #define SK_REV_N 4
7- #define SK_REV 4
5+ #define SK_DATE 19
6+ #define SK_REV_N 0
7+ #define SK_REV 0
88
99#ifndef _A2
1010#define _A2 (a ) #a
Original file line number Diff line number Diff line change @@ -307,6 +307,7 @@ class SK_RenderBackend_V2 : public SK_RenderBackend_V1
307307 struct signal_info_s {
308308 char type [32 ] = { };
309309 UINT connector_idx = 0 ;
310+ DWORD padding = 0 ;
310311
311312 struct timing_s {
312313 UINT64 pixel_clock = 0ULL ;
You can’t perform that action at this time.
0 commit comments