diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-08-25 13:49:43 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-08-25 13:49:43 -0400 |
| commit | ca4921daca676d09faef4d285814f0fe58ff9f69 (patch) | |
| tree | c0ea558e71389b40cf3b4c88301b19f17f837675 /main.py | |
| parent | e72d5808f95ad47ec938dbf08a51bd507eeb94de (diff) | |
| download | Decky-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.py | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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" ] |
