From ca9bdff989a58fd3582088c97b8ae5f9572018a2 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 10 Mar 2026 14:00:32 -0500 Subject: [PATCH] another missing function --- .vscode/launch.json | 5 ++--- ac6recomp_config.toml | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index dfec1bc1..3e6fa827 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,9 +11,8 @@ "--enable_console=false", "--log_level=info", "--d3d12_allow_variable_refresh_rate_and_tearing=true", - "--swap_post_effect=fxaa", - "--present_effect=bilinear", - "--present_fsr_quality_mode=fsr", + "--present_effect=fsr3", + "--present_fsr_quality_mode=nativeaa", "--resolution=1440p", "--fullscreen=true" ], diff --git a/ac6recomp_config.toml b/ac6recomp_config.toml index 4aee7fdb..89a170b4 100644 --- a/ac6recomp_config.toml +++ b/ac6recomp_config.toml @@ -10555,6 +10555,7 @@ memmove_s = 0x823809F0 0x823E1320 = { name = "rex_sub_823E1320" } 0x823E13F0 = { name = "rex_sub_823E13F0" } 0x82272c98 = {} +0x82322300 = {} # --------------------------------------------------------------------------- # Midasm hooks — 60fps unlock (Phase 1)