mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Enforce Linux bridge preflight during auto-fallback
This commit is contained in:
parent
3392e7b1a9
commit
ae3f2a53cf
1 changed files with 4 additions and 0 deletions
|
|
@ -782,6 +782,10 @@ WOWEE_FSR3_WRAPPER_EXPORT int32_t wowee_fsr3_wrapper_initialize(const WoweeFsr3W
|
|||
if (backend == WrapperBackend::Dx12Bridge && !initDx12BridgeState(initDesc)) {
|
||||
return false;
|
||||
}
|
||||
#elif defined(__linux__)
|
||||
if (backend == WrapperBackend::Dx12Bridge && !runLinuxBridgePreflight(initDesc, ctx->lastError)) {
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
std::vector<std::string> candidates = baseCandidates;
|
||||
#if defined(_WIN32)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue