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 'libretro_core_template.hmod/install')
-rwxr-xr-xlibretro_core_template.hmod/install3
1 files changed, 3 insertions, 0 deletions
diff --git a/libretro_core_template.hmod/install b/libretro_core_template.hmod/install
new file mode 100755
index 0000000..7c0ca75
--- /dev/null
+++ b/libretro_core_template.hmod/install
@@ -0,0 +1,3 @@
+core_name=<>_libretro.so
+copy "$transferpath/$core_name" "$rootfs/etc/libretro/core/$core_name"
+return 1