diff --git a/OpenParrot/src/Functions/Games/Other/Daytona3.cpp b/OpenParrot/src/Functions/Games/Other/Daytona3.cpp index 8a28b1d..798c303 100644 --- a/OpenParrot/src/Functions/Games/Other/Daytona3.cpp +++ b/OpenParrot/src/Functions/Games/Other/Daytona3.cpp @@ -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);