summarylogtreecommitdiffstats
path: root/epsxe.sh
diff options
context:
space:
mode:
Diffstat (limited to 'epsxe.sh')
-rw-r--r--epsxe.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/epsxe.sh b/epsxe.sh
index 752db078664d..b2406e40be06 100644
--- a/epsxe.sh
+++ b/epsxe.sh
@@ -1,2 +1,3 @@
#!/usr/bin/env bash
-/opt/epsxe/epsxe "$@"
+
+LD_LIBRARY_PATH+=:/opt/epsxe /opt/epsxe/epsxe "$@"