From d76e3b52fd2cd467bebaad916a655bbe74744c8b Mon Sep 17 00:00:00 2001 From: pcm720 Date: Mon, 20 Feb 2017 20:13:51 +0300 Subject: Update readme.txt --- libretro_core_template.hmod/readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libretro_core_template.hmod') 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., .hmod) +2. Copy your *.so file to libretro_core_template.hmod folder and rename the folder to something more meaningful (e.g., .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 -- cgit v1.2.3