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:
authorpcm720 <pcm720@gmail.com>2017-02-21 07:51:15 +0300
committerpcm720 <pcm720@gmail.com>2017-02-21 07:51:15 +0300
commit4a1a30a455cdc38a4646356235d5e0f06a67b04a (patch)
treef0ac9baaf39f35927fa28330a9b0f5429cbdae33 /libretro_core_template.hmod/readme.txt
parent0fc2f200b95b680e3d01d2bfe2b6f70272ff960c (diff)
Added new template and FBAlpha cores
Diffstat (limited to 'libretro_core_template.hmod/readme.txt')
-rwxr-xr-xlibretro_core_template.hmod/readme.txt15
1 files changed, 11 insertions, 4 deletions
diff --git a/libretro_core_template.hmod/readme.txt b/libretro_core_template.hmod/readme.txt
index 7819be9..be264d8 100755
--- a/libretro_core_template.hmod/readme.txt
+++ b/libretro_core_template.hmod/readme.txt
@@ -1,8 +1,15 @@
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 (e.g., <core name>.hmod)
-3. Open "install" and "uninstall" scripts with Notepad++ or Sublime Text and change the <> to your core name
+2. Rename the folder to something more meaningful
+3. Copy your *.so file to <hmod folder>/etc/libretro/core folder
+4. Copy the corresponding *.info file to <hmod folder>/etc/libretro/info
+5. Open /bin/core with Notepad++ or Sublime Text and change the "core" to your core name (without "_libretro.so"!)
+6. Rename core to something more meaningful. You'll need to change "/bin/path-to-your-app" line in Hakchi2 with "/bin/<file you've renamed>"
+
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
+2. Rename the folder to fb_alpha
+3. Copy your fb_alpha_libretro.so file to <hmod folder>/etc/libretro/core folder
+4. Copy the corresponding fb_alpha_libretro.info file to <hmod folder>/etc/libretro/info
+5. Open /bin/core with Notepad++ or Sublime Text and change the "core" to "fb_alpha"
+6. Rename core to fba. You'll need to change "/bin/path-to-your-app" line in Hakchi2 with "/bin/fba" for the games you want to start using FB Alpha