summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-08-25 13:49:43 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-08-25 13:49:43 -0400
commitca4921daca676d09faef4d285814f0fe58ff9f69 (patch)
treec0ea558e71389b40cf3b4c88301b19f17f837675 /main.py
parente72d5808f95ad47ec938dbf08a51bd507eeb94de (diff)
downloadDecky-Framegen-ca4921daca676d09faef4d285814f0fe58ff9f69.tar.gz
Decky-Framegen-ca4921daca676d09faef4d285814f0fe58ff9f69.zip
initial implementation of xefg added files to fgmod dir and scripting
Diffstat (limited to 'main.py')
-rw-r--r--main.py6
1 files changed, 6 insertions, 0 deletions
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"
]