Show touch icon on games with custom layouts

This commit is contained in:
redphx
2024-05-07 21:40:12 +07:00
parent fc56d486a7
commit c948b63b8d
6 changed files with 78 additions and 28 deletions

View File

@@ -3,7 +3,7 @@ import { BX_FLAGS } from "@utils/bx-flags";
import { getPref, PrefKey } from "@utils/preferences";
import { VibrationManager } from "@modules/vibration-manager";
import { BxLogger } from "@utils/bx-logger";
import { hashCode } from "@/utils/utils";
import { hashCode } from "@utils/utils";
type PatchArray = (keyof typeof PATCHES)[];