From 7a3d2c16d9ab11de00713961c257b62afd277282 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Tue, 4 Feb 2025 21:17:00 -0500 Subject: feat: merge zip asset branch into main, Optiscaler 7 version now main standard --- src/index.tsx | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) (limited to 'src/index.tsx') diff --git a/src/index.tsx b/src/index.tsx index 74c43f1..47712dd 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -169,7 +169,7 @@ function FGModInstallerSection() { ) : null}
- 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. + Assign a back button to 'insert' keyboard key to use Optiscaler and enable FG in non FG games.
@@ -247,14 +247,22 @@ function InstalledGamesSection() { menuLabel="Installed Games" /> + + {result ? ( + +
+ {result} +
+
+ ) : null} {selectedGame ? ( <> - -
- {selectedGame.name} -
-
) : null} +<<<<<<< HEAD {result ? ( @@ -286,6 +295,8 @@ function InstalledGamesSection() { ) : null} +======= +>>>>>>> zip-bundle-assets ); } @@ -304,4 +315,8 @@ export default definePlugin(() => ({ onDismount() { console.log("Framegen Plugin unmounted"); }, +<<<<<<< HEAD +})); +======= })); +>>>>>>> zip-bundle-assets -- cgit v1.2.3