We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635f137 commit 643c56bCopy full SHA for 643c56b
ppsspp/component_launcher.sh
@@ -6,6 +6,10 @@ component_path="$(cd "$(dirname "${BASH_SOURCE[0]}" )" && pwd)"
6
7
export LD_LIBRARY_PATH="$component_path/lib:${LD_LIBRARY_PATH}"
8
9
+# Workaround for vDSO issues in some environments
10
+export LD_PRELOAD=""
11
+unset LD_PRELOAD
12
+
13
log i "RetroDECK is now launching $component_name"
14
log d "Library path is: $LD_LIBRARY_PATH"
15
0 commit comments