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@users.noreply.github.com>2017-02-20 20:13:51 +0300
committerGitHub <noreply@github.com>2017-02-20 20:13:51 +0300
commitd76e3b52fd2cd467bebaad916a655bbe74744c8b (patch)
tree43df75f76a352240b4b91975861c271940290ddd /libretro_core_template.hmod
parentad36fd935764115683e6802228e01cd94a4a4e2a (diff)
Update readme.txt
Diffstat (limited to 'libretro_core_template.hmod')
-rwxr-xr-xlibretro_core_template.hmod/readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/libretro_core_template.hmod/readme.txt b/libretro_core_template.hmod/readme.txt
index 5528d5f..7819be9 100755
--- a/libretro_core_template.hmod/readme.txt
+++ b/libretro_core_template.hmod/readme.txt
@@ -1,8 +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)
+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 \ No newline at end of file
+2. Open "install" and "uninstall" scripts with Notepad++ or Sublime Text and change the <> to fb_alpha