summarylogtreecommitdiffstats
path: root/citra.bash
diff options
context:
space:
mode:
Diffstat (limited to 'citra.bash')
-rwxr-xr-xcitra.bash3
1 files changed, 3 insertions, 0 deletions
diff --git a/citra.bash b/citra.bash
new file mode 100755
index 000000000000..49780cfdf34e
--- /dev/null
+++ b/citra.bash
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+env LD_PRELOAD=/usr/lib/libcurl.so.3 /opt/citra/citra "$@" \ No newline at end of file