Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/retroarch-clover.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-03-18 05:17:47 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-03-18 05:17:47 +0300
commit1b24f1a974c614042237c1c0253f09d76e891743 (patch)
tree3dc5a00637e3fed93515e83137e249208f4c48c0 /core_modules/use_nestopia.hmod/bin/nestopia
parent8eeebb4aadca6d854707ad061c815864308ef472 (diff)
pcm720, mods should not replace/erase any files
Diffstat (limited to 'core_modules/use_nestopia.hmod/bin/nestopia')
-rwxr-xr-xcore_modules/use_nestopia.hmod/bin/nestopia9
1 files changed, 9 insertions, 0 deletions
diff --git a/core_modules/use_nestopia.hmod/bin/nestopia b/core_modules/use_nestopia.hmod/bin/nestopia
new file mode 100755
index 0000000..144a985
--- /dev/null
+++ b/core_modules/use_nestopia.hmod/bin/nestopia
@@ -0,0 +1,9 @@
+#!/bin/sh
+filename="$1"
+extension="${filename##*.}"
+crt=--ra-allow-crt
+if [ "$extension" == "fds" ] || [ "$extension" == "qd" ]; then
+ crt=0
+fi
+
+exec retroarch-clover nestopia "$@" $crt