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

readme.txt « libretro_core_template.hmod - github.com/ClusterM/retroarch-clover.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7819be96f481255f45b42e061b7d65722f6faee8 (plain)
1
2
3
4
5
6
7
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 (e.g., <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