og-gbe-fork/tools
K0oRui a5957b9ba4 fix(ColdClientLoader): restore all stale registry values on cleanup
- Save and restore RunningAppID in cleanup_registry_hkcu_2()
  (primary bug: loader's AppId persisted in registry after exit,
   causing legitimate Steam games to launch the emulated title)
- Delete SteamPID in cleanup_registry_hklm() (was never cleaned)
- Track whether SourceModInstallPath existed originally;
  delete it on cleanup instead of writing null bytes
- Use RegDeleteTreeW instead of RegDeleteKeyW in
  cleanup_registry_hkcs() to recursively remove the per-user
  steam:// protocol hijack (RegDeleteKeyW fails silently on
  keys with subkeys)
2026-06-24 17:12:54 +10:00
..
generate_interfaces Fix interface generator to properly handle SteamClient in newer dlls 2026-04-19 23:56:10 +03:00
lobby_connect fix lobbyconnect compile 2026-01-27 19:03:06 +01:00
migrate_gse support for new stats.json 2025-05-10 19:05:40 +03:00
steamclient_loader fix(ColdClientLoader): restore all stale registry values on cleanup 2026-06-24 17:12:54 +10:00