Skip to content

Commit 643c56b

Browse files
committed
fix(ppsspp): add workaround for vDSO issues by managing LD_PRELOAD
1 parent 635f137 commit 643c56b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ppsspp/component_launcher.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ component_path="$(cd "$(dirname "${BASH_SOURCE[0]}" )" && pwd)"
66

77
export LD_LIBRARY_PATH="$component_path/lib:${LD_LIBRARY_PATH}"
88

9+
# Workaround for vDSO issues in some environments
10+
export LD_PRELOAD=""
11+
unset LD_PRELOAD
12+
913
log i "RetroDECK is now launching $component_name"
1014
log d "Library path is: $LD_LIBRARY_PATH"
1115

0 commit comments

Comments
 (0)