From 961e1d499595b0cc75fd44aa13eae2747fd7331d Mon Sep 17 00:00:00 2001 From: theheroGAC Date: Sat, 1 Jun 2019 13:11:23 +0200 Subject: [PATCH] Added support for FW 3.69/3.70 --- main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.c b/main.c index ecc0e1b..a519ef7 100644 --- a/main.c +++ b/main.c @@ -218,6 +218,8 @@ int module_start() { }else if (info.module_nid == 0x5549BF1F || info.module_nid == 0x34B4D82E || info.module_nid == 0x12DAC0F3) { // 3.65/3.67/3.68 retail + info.module_nid == 0x0703C828) { // 3.69 retail + info.module_nid == 0x2053B5A5) { // 3.70 retail // disable watermark taiHookFunctionOffset(&watermark_hook, info.modid, 0, 0x247e9c, 1, place_watermark_hook);