Skip to content

Commit 13c97c4

Browse files
committed
Modified Endfield quirks
1 parent ebb442c commit 13c97c4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

OptiScaler/misc/Quirks.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,10 @@ static const QuirkEntry quirkTable[] = {
347347
// VK Ext spoof needed for FSR3
348348
QUIRK_ENTRY("bg3.exe", GameQuirk::EnableVulkanExtensionSpoofing),
349349

350+
// Arknights: Endfield (Vulkan)
351+
QUIRK_ENTRY("endfield.exe", GameQuirk::DontUseNtDllHooks, GameQuirk::EnableVulkanSpoofing,
352+
GameQuirk::EnableVulkanExtensionSpoofing),
353+
350354
};
351355

352356
static flag_set<GameQuirk> getQuirksForExe(std::string exeName)

0 commit comments

Comments
 (0)