From 1d5c164460c027ee71fe118d45ec286065ab841f Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Fri, 31 Jan 2025 14:38:42 -0500 Subject: feat: speed up path check interval, mod installtion detection snappier --- src/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/index.tsx b/src/index.tsx index 851e003..fb4d3ae 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -51,7 +51,7 @@ function FGModInstallerSection() { checkPath(); // Initial check - const intervalId = setInterval(checkPath, 5000); // Check every 5 seconds + const intervalId = setInterval(checkPath, 3000); // Check every 3 seconds return () => clearInterval(intervalId); // Cleanup interval on component unmount }, []); @@ -155,7 +155,7 @@ function FGModInstallerSection() { )}
- Once the mod is installed, patch one of the games below to replace DLSS upscale and frame gen options with FSR 3 equivalents. *games with launchers not currently supported. + Once installed, patch a games below to replace DLSS upscale and frame gen options with FSR 3 equivalents. * NON STEAM GAMES, GAMES WITH LAUNCHERS, AND DX11 OR BELOW NOT SUPPORTED.
-- cgit v1.2.3