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/readme.txt')
-rwxr-xr-xlibretro_core_template.hmod/readme.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/libretro_core_template.hmod/readme.txt b/libretro_core_template.hmod/readme.txt
new file mode 100755
index 0000000..5528d5f
--- /dev/null
+++ b/libretro_core_template.hmod/readme.txt
@@ -0,0 +1,8 @@
+Use this template to add and remove your own cores:
+1. Make a backup of libretro_core_template.hmod folder
+2. Copy your *.so file to libretro_core_template.hmod folder and rename the folder to something more meaningful (i. e., <core name>.hmod)
+3. Open "install" and "uninstall" scripts with Notepad++ or Sublime Text and change the <> to your core name
+Example:
+The core name is fb_alpha_libretro.so:
+1. Copy your fb_alpha_libretro.so file to libretro_core_template.hmod folder and rename the folder to fb_alpha.hmod
+2. Open "install" and "uninstall" scripts with Notepad++ or Sublime Text and change the <> to fb_alpha \ No newline at end of file