mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-08-25 07:36:45 +00:00
Added BG3 Vulkan quirk for XeSS inputs
This commit is contained in:
@@ -306,6 +306,9 @@ static const QuirkEntry quirkTable[] = {
|
||||
QUIRK_ENTRY("enshrouded.exe", GameQuirk::EnableVulkanSpoofing, GameQuirk::EnableVulkanExtensionSpoofing,
|
||||
GameQuirk::LoadVulkanManually),
|
||||
|
||||
// Baldur's Gate 3
|
||||
QUIRK_ENTRY("bg3.exe", GameQuirk::EnableVulkanExtensionSpoofing),
|
||||
|
||||
};
|
||||
|
||||
static flag_set<GameQuirk> getQuirksForExe(std::string exeName)
|
||||
|
||||
Reference in New Issue
Block a user