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

nes « bin « use_nestopia.hmod « core_modules - github.com/ClusterM/retroarch-clover.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 144a985cd2cf4d2848017b81f18252f27cf2c099 (plain)
1
2
3
4
5
6
7
8
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