added loading of DisableEarlyHooking

This commit is contained in:
cdozdil
2024-05-29 00:07:57 +03:00
parent 3dee69a57c
commit fc62aecbbe
+1
View File
@@ -89,6 +89,7 @@ bool Config::Reload()
ShortcutKey = readInt("Menu", "ShortcutKey");
ResetKey = readInt("Menu", "ResetKey");
MenuInitDelay = readInt("Menu", "MenuInitDelay");
DisableEarlyHooking = readBool("Menu", "DisableEarlyHooking");
HookD3D12 = readBool("Menu", "HookD3D12");
HookSLProxy = readBool("Menu", "HookSLProxy");
HookFSR3Proxy = readBool("Menu", "HookFSR3Proxy");