mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-08-24 07:06:33 +00:00
Fixing Ffx path typos in Config.cpp (#977)
Ffx SR/FG/RR/RC path name typos fixed. FfxSRDx12Path -> FfxDx12SRPath and so on...
This commit is contained in:
@@ -710,10 +710,10 @@ bool Config::Reload(std::filesystem::path iniPath)
|
||||
NvapiDllPath.set_from_config(readWString("Libraries", "NvapiPath"));
|
||||
|
||||
FfxDx12Path.set_from_config(readWString("Libraries", "FfxDx12Path"));
|
||||
FfxDx12SRPath.set_from_config(readWString("Libraries", "FfxSRDx12Path"));
|
||||
FfxDx12FGPath.set_from_config(readWString("Libraries", "FfxFGDx12Path"));
|
||||
FfxDx12RRPath.set_from_config(readWString("Libraries", "FfxRRDx12Path"));
|
||||
FfxDx12RCPath.set_from_config(readWString("Libraries", "FfxRCDx12Path"));
|
||||
FfxDx12SRPath.set_from_config(readWString("Libraries", "FfxDx12SRPath"));
|
||||
FfxDx12FGPath.set_from_config(readWString("Libraries", "FfxDx12FGPath"));
|
||||
FfxDx12RRPath.set_from_config(readWString("Libraries", "FfxDx12RRPath"));
|
||||
FfxDx12RCPath.set_from_config(readWString("Libraries", "FfxDx12RCPath"));
|
||||
FfxVkPath.set_from_config(readWString("Libraries", "FfxVkPath"));
|
||||
|
||||
XeSSLibrary.set_from_config(readWString("Libraries", "XeSSPath"));
|
||||
|
||||
Reference in New Issue
Block a user