From 95d48a707a2e0d12c10c1ee5ee75f2c2e670772b Mon Sep 17 00:00:00 2001 From: ikaros14 <70622899+ikaros14@users.noreply.github.com> Date: Mon, 24 May 2021 13:28:30 +0900 Subject: [PATCH] Update sdvx6.html (#196) Add Timer Freeze --- sdvx6.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/sdvx6.html b/sdvx6.html index 8d51e6a..846d5c8 100644 --- a/sdvx6.html +++ b/sdvx6.html @@ -20,7 +20,7 @@ off: [0x75], on: [0xEB]}, ], }, - { + { name: "Disable monitor change", //patch by Xyen tooltip: "Prevents monitor setting changes on startup", patches: [ @@ -28,7 +28,7 @@ off: [0x75], on: [0xEB]}, ], }, - { + { name: "Shared mode WASAPI", tooltip: "Only replaces the first audio device init attempt. Set output to 44100Hz 16bit if it doesn\'t work.", patches: [ @@ -36,6 +36,13 @@ off: [0x04], on: [0x00]}, ], }, + { + name: "Timer freeze", // ikaros14 + patches: [ + { offset: 0x71166, + off: [0x84], on: [0x85]}, + ], + }, ]), ]); });