diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-02-04 21:17:00 -0500 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-02-04 21:17:00 -0500 |
| commit | 7a3d2c16d9ab11de00713961c257b62afd277282 (patch) | |
| tree | 255b89e51e9d2e3f2501288b2d8b3324d07a1a6e /src/index.tsx | |
| parent | 8b3e8d6df45b5dd5683c6e58cf70bb9edf2a92ed (diff) | |
| download | Decky-Framegen-7a3d2c16d9ab11de00713961c257b62afd277282.tar.gz Decky-Framegen-7a3d2c16d9ab11de00713961c257b62afd277282.zip | |
feat: merge zip asset branch into main, Optiscaler 7 version now main standard
Diffstat (limited to 'src/index.tsx')
| -rwxr-xr-x | src/index.tsx | 27 |
1 files changed, 21 insertions, 6 deletions
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} <PanelSectionRow> <div> - 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. </div> </PanelSectionRow> </PanelSection> @@ -247,15 +247,23 @@ function InstalledGamesSection() { menuLabel="Installed Games" /> </PanelSectionRow> + + {result ? ( + <PanelSectionRow> + <div style={{ + padding: '12px', + marginTop: '16px', + backgroundColor: 'var(--decky-selected-ui-bg)', + borderRadius: '4px' + }}> + {result} + </div> + </PanelSectionRow> + ) : null} {selectedGame ? ( <> <PanelSectionRow> - <div style={{ fontWeight: 'bold', fontSize: '1.1em' }}> - {selectedGame.name} - </div> - </PanelSectionRow> - <PanelSectionRow> <ButtonItem layout="below" onClick={handlePatchClick} @@ -273,6 +281,7 @@ function InstalledGamesSection() { </PanelSectionRow> </> ) : null} +<<<<<<< HEAD {result ? ( <PanelSectionRow> @@ -286,6 +295,8 @@ function InstalledGamesSection() { </div> </PanelSectionRow> ) : null} +======= +>>>>>>> zip-bundle-assets </PanelSection> ); } @@ -304,4 +315,8 @@ export default definePlugin(() => ({ onDismount() { console.log("Framegen Plugin unmounted"); }, +<<<<<<< HEAD +})); +======= })); +>>>>>>> zip-bundle-assets |
