-
Changed Windows Game Config (Game Bar - "Remember this is a Game") to
match full filesystem paths before declaring a game already registered.- Should take care of games with demos that have the same .exe, and the
even more annoying case of a developer naming their game: game.exe!
- Should take care of games with demos that have the same .exe, and the
-
Default Dispatch to 60 FPS cap, since it has trouble counting frames
and runs 60 FPS FMVs at 62 FPS instead. -
Speed up initialization and avoid deadlocks in lock guards needed for
dbghelp.dll to be used on multiple threads. -
Added new INI variable to control whether SK should use dbghelp.dll and
other debug-related features that may piss off anti-cheat / DRM:[Compatibility.General]
DebugLevel={0,1,...} Default: 1 (currently only 1 level exists)- 0 = Disable all debug features (debug symbols, thread names, etc.)