From ca4921daca676d09faef4d285814f0fe58ff9f69 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Mon, 25 Aug 2025 13:49:43 -0400 Subject: initial implementation of xefg added files to fgmod dir and scripting --- main.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'main.py') diff --git a/main.py b/main.py index 21866e4..a4625e0 100644 --- a/main.py +++ b/main.py @@ -238,6 +238,7 @@ class Plugin: path = Path(decky.HOME) / "fgmod" required_files = [ "OptiScaler.dll", + "OptiScaler.ini", "dlssg_to_fsr3_amd_is_better.dll", "fakenvapi.ini", "nvapi64.dll", @@ -245,6 +246,11 @@ class Plugin: "amd_fidelityfx_dx12.dll", "amd_fidelityfx_vk.dll", "libxess.dll", + "libxess_dx11.dll", + "libxess_fg.dll", + "libxell.dll", + "nvngx.dll", + "D3D12_Optiscaler/D3D12Core.dll", "fgmod", "fgmod-uninstaller.sh" ] -- cgit v1.2.3