diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-02-06 13:49:17 -0500 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-02-06 13:49:17 -0500 |
| commit | d0ad40ee9e5996360e7975625f98308fb8fec07d (patch) | |
| tree | 7995441f724cec63240e3e8a94235a5da2590d6a /main.py | |
| parent | d7880f5629fd439821859f07c40d1b42fabf4a00 (diff) | |
| download | Decky-Framegen-d0ad40ee9e5996360e7975625f98308fb8fec07d.tar.gz Decky-Framegen-d0ad40ee9e5996360e7975625f98308fb8fec07d.zip | |
rm more xess refs
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ class Plugin: async def check_fgmod_path(self) -> dict: path = Path(decky.HOME) / "fgmod" required_files = [ - "amd_fidelityfx_dx12.dll", "dlssg_to_fsr3_amd_is_better.dll", "libxess.dll", + "amd_fidelityfx_dx12.dll", "dlssg_to_fsr3_amd_is_better.dll", "amd_fidelityfx_vk.dll", "dlssg_to_fsr3.ini", "d3dcompiler_47.dll", "dxgi.dll", "nvapi64.dll", "DisableNvidiaSignatureChecks.reg", "dxvk.conf", "_nvngx.dll", |
