Skip to content

Commit

Permalink
Rename field STEAM_COMPAT_DATA_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
SheffeyG committed Feb 10, 2024
1 parent fcc4947 commit a580403
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ CheatDeck is a [Decky Loader](https://github.com/SteamDeckHomebrew/PluginLoader)
- `LANGUAGE`: Use the language code setting if your game or cheat language not correct (most on non-steam games).
- `DXVK_ASYNC`: Enable shaders pre-calculate for games use ProtonGE *below* version 7-45.
- `RADV_PERFTEST`: Enable shaders pre-calculate for games use ProtonGE *above* version 7-45.
- `Shared Prefix`: Specify a folder as the prefix for the game, so you don't have to upgrade dependencies repeatedly. (May need to migrate game saves)
- You can also custom and quick access some launch options.
- `STEAM_COMPAT_DATA_PATH`: Specify a folder as the shared prefix for the game, so you don't have to upgrade dependencies repeatedly. (May need to migrate game saves)

You can also custom and quick access some other launch options.

## Reference
- [decky-steamgriddb](https://github.com/SteamGridDB/decky-steamgriddb)
Expand Down
4 changes: 2 additions & 2 deletions src/views/Advanced.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ const Advanced: VFC<{ appid: number }> = ({ appid }) => {
/>

<ToggleField
label="Shared Prefix"
description='Specify a folder as the prefix for the game'
label="STEAM_COMPAT_DATA_PATH"
description='Specify a folder as the shared prefix for the game'
bottomSeparator={"none"}
checked={showPrefix}
onChange={(enable: boolean) => {
Expand Down

0 comments on commit a580403

Please sign in to comment.