Added option to hide mouse cursor out of way on Daytona3
This commit is contained in:
parent
bf2e810657
commit
e78b0f0394
@ -266,6 +266,10 @@ static InitFunction Daytona3Func([]()
|
||||
{
|
||||
injector::WriteMemoryRaw(imageBase + 0x17CD3D, "\x00", 1, true);
|
||||
}
|
||||
if (ToBool(config["General"]["Hide Cursor"]))
|
||||
{
|
||||
SetCursorPos(2000, 2000);
|
||||
}
|
||||
MH_Initialize();
|
||||
MH_CreateHook((void*)(imageBase + 0x1E9280), ControlsFunction, (void**)&g_origControlsFunction);
|
||||
MH_EnableHook(MH_ALL_HOOKS);
|
||||
|
Loading…
x
Reference in New Issue
Block a user