diff options
| author | xXJsonDeruloXx <danielhimebauch@gmail.com> | 2026-03-21 07:58:24 -0400 |
|---|---|---|
| committer | xXJsonDeruloXx <danielhimebauch@gmail.com> | 2026-03-21 07:58:24 -0400 |
| commit | 80e8abebe227f4d1c265035cfea68e29400fab3f (patch) | |
| tree | 27a3494333eb094ba4c353a5b48fb3ca0d326323 /src/utils | |
| parent | 2668d9649bf36d1e279470f81918464dd30f5e3d (diff) | |
| download | Decky-Framegen-80e8abebe227f4d1c265035cfea68e29400fab3f.tar.gz Decky-Framegen-80e8abebe227f4d1c265035cfea68e29400fab3f.zip | |
Add running-game config editor UI
Diffstat (limited to 'src/utils')
| -rw-r--r-- | src/utils/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 74ffd7f..d764e8f 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -50,5 +50,5 @@ export const MESSAGES = { uninstallSuccess: '✅ Prefix-managed OptiScaler runtime removed successfully.', instructionTitle: 'How it works:', instructionText: - 'Use the Steam game integration section to enable OptiScaler for a specific game, or copy the launch command manually.\n\nOn launch, the plugin stages OptiScaler into compatdata/<appid>/pfx/drive_c/windows/system32 and keeps its writable INI under compatdata/<appid>/optiscaler-managed. The game install directory is left untouched.\n\nDefault proxy: winmm.dll. For advanced testing you can override it in launch options, e.g. OPTISCALER_PROXY=dxgi ~/fgmod/fgmod %command%.\n\nIn-game: press Insert to open the OptiScaler menu.' + 'Use the Steam game integration section to enable OptiScaler for a specific game, or copy the launch command manually.\n\nOn launch, the plugin stages OptiScaler into compatdata/<appid>/pfx/drive_c/windows/system32 and keeps its writable INI under compatdata/<appid>/optiscaler-managed. The game install directory is left untouched.\n\nYou can now detect the current running game from the plugin, persist per-game proxy/config changes, and mirror INI edits into the live prefix copy while the game is running.\n\nDefault proxy: winmm.dll unless you set a different per-game preference. In-game: press Insert to open the OptiScaler menu.' }; |
