mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +00:00
Log selected FSR3 runtime library and readiness
This commit is contained in:
parent
40289c5f8e
commit
a2c6ce8a7b
1 changed files with 4 additions and 0 deletions
|
|
@ -321,6 +321,8 @@ bool AmdFsr3Runtime::initialize(const AmdFsr3RuntimeInitDesc& desc) {
|
|||
" caps=0x", static_cast<unsigned int>(wrapperCaps));
|
||||
}
|
||||
}
|
||||
LOG_INFO("FSR3 runtime: loaded wrapper library ", loadedLibraryPath_,
|
||||
" framegenReady=", frameGenerationReady_ ? "yes" : "no");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
@ -438,6 +440,8 @@ bool AmdFsr3Runtime::initialize(const AmdFsr3RuntimeInitDesc& desc) {
|
|||
|
||||
ready_ = true;
|
||||
backend_ = RuntimeBackend::Official;
|
||||
LOG_INFO("FSR3 runtime: loaded official library ", loadedLibraryPath_,
|
||||
" framegenReady=", frameGenerationReady_ ? "yes" : "no");
|
||||
return true;
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue