From 9633d7027f7baba73a7262eb83cf95bf4a37367e Mon Sep 17 00:00:00 2001 From: cdozdil Date: Mon, 11 Aug 2025 10:29:33 +0300 Subject: [PATCH] Removed FGType from ini and moved info to FGOutput --- OptiScaler.ini | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/OptiScaler.ini b/OptiScaler.ini index f84fe399..8dd4825a 100644 --- a/OptiScaler.ini +++ b/OptiScaler.ini @@ -18,17 +18,15 @@ VulkanUpscaler=auto ; ------------------------------------------------------- [FrameGen] ; ------------------------------------------------------- -; Select the FG type to be used -; optifg - requires amd_fidelityfx_dx12.dll, upscaler inputs used for FSR FG -; requires libxess_fg.dll, libxell.dll and latest fakenvapi dll, upscaler inputs used for XeFG -; nukems - requires dlssg_to_fsr3_amd_is_better.dll, AMD/Intel GPU users need to add fakenvapi as well -; nofg, optifg, nukems - Default (auto) is nofg -FGType=auto -; Experimental, only works if FGType=auto +; Enabled FG input ; nofg, upscaler, dlssg, nukems - Default (auto) is nofg FGInput=auto +; Selected FG output +; fsrfg - requires amd_fidelityfx_dx12.dll, upscaler inputs used for FSR FG +; xefg - requires libxess_fg.dll, libxell.dll and latest fakenvapi dll, upscaler inputs used for XeFG +; nukems - requires dlssg_to_fsr3_amd_is_better.dll, AMD/Intel GPU users need to add fakenvapi as well ; nofg, fsrfg, xefg, nukems - Default (auto) is nofg FGOutput=auto