Commit Graph

11 Commits (800e1b52a943ca8cc25d3dec860e2372df3316d4)

Author SHA1 Message Date
Peter Repukat 209126ea17 Add setting to use Desktop-Config
Add a setting to use desktop-config
If enabled, will disable hooking and deactive any focus-switch trickery
Problems with overlay may occur
8 years ago
Peter Repukat 6281dd4429 GloSC -Main: UI improvements 8 years ago
Peter Repukat 4f6b2e7cc7 Bump Version 8 years ago
Peter Repukat 19445c3ad3 Fix: Injector \ SteamTarget: Not beeing able to hook Steam for some people 8 years ago
Peter Repukat e6bcf7a881 add version check for targets 8 years ago
Peter Repukat b7a533ea42 Launch the gamelauncher in glosc config app, just to be safe 8 years ago
Peter Repukat 7947d6faac Enforce non desktop bindings:
done by mid function hooking a function in steamclient.dll
the function appears to be setting the appId of the new controller bindings

inject/hook right after the target launched
switch focus -> binding gets changed to shortcut bindings -> hook function grabs appid
hook function replaces desktop-config appid with the one grabbed everytime steam tries to active desktop-config
glosc_gamelauncher unloads dll when the target closes; unloading dll patches steamclient.dll back to original
8 years ago
Peter Repukat 4dee459b1e ability to export non existing shortcuts to steam 8 years ago
Peter Repukat 9a435b39f2 decouple input from framerate by moving it to own thread
this significantly reduces input-lag while keeping cpu usage at a minimum

also removed any of the vsync / framerate options as we now always render the overlay with 60fps
this reduces cpu usage and unnecessary overhead if playing with the default option of vsync on high refresh rate displays
8 years ago
Peter Repukat 38cf868d56 add license 8 years ago
Peter Repukat 98603a3068 initial GloSC implementation 8 years ago