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:
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