mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-12-21 07:11:52 +01:00
Fixed Epic Games UI glitch on Steam Deck OLED
*added -opengl to the Starting Directory of the Epic Games Shortcut Thanks to @ayinde6 and @Lopsided_Elephant_24 as well as everyone troubleshooting getting to the bottom of it!
This commit is contained in:
parent
d181f4bcfa
commit
4dd26ed01d
@ -2370,7 +2370,7 @@ wait
|
||||
# Checking Files For Shortcuts and Setting Directories For Shortcuts
|
||||
if [[ -f "$epic_games_launcher_path1" ]]; then
|
||||
# Epic Games Launcher is installed at path 1
|
||||
epicshortcutdirectory="\"$epic_games_launcher_path1\""
|
||||
epicshortcutdirectory="\"$epic_games_launcher_path1\" -opengl"
|
||||
epiclaunchoptions="STEAM_COMPAT_DATA_PATH=\"${logged_in_home}/.local/share/Steam/steamapps/compatdata/NonSteamLaunchers/\" %command%"
|
||||
epicstartingdir="\"$(dirname "$epic_games_launcher_path1")\""
|
||||
elif [[ -f "$epic_games_launcher_path2" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user