From 6c53da1b1466bedbe9c4796211557c30073d494e Mon Sep 17 00:00:00 2001 From: pcm720 Date: Sat, 25 Feb 2017 23:24:48 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec76e1c..bb21b71 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Please note: - To make your own RetroArch modules, use the structure from libretro_core_template.zip. Use exisiting modules as a reference. - To add your own BIOS images for custom cores, use bios_template.zip (please read the readme.txt inside). - If the file extension of your game is not supported by Hakchi2, you may need to change the path in command line arguments (in Hakchi2's game options) to make it point to the corresponding core. -- To load arcade games that come in the form of ZIP archives, you'll need to change /bin/zip in game's command line arguments to /bin/fba, /bin/mame2000, /bin/mame2003 or /bin/cps2 depending on the core needed for the game to run (look at "Additional Information" section for all avaiable /bin/<> commands. For some cores like Final Burn Alpha, BIOS image (e.g. neogeo.zip for Neo-Geo) must be in the game directory. +- To load arcade games that come in the form of ZIP archives, you'll need to change /bin/zip in game's command line arguments to /bin/fba, /bin/mame2000, /bin/mame2003 or /bin/cps2 depending on the core needed for the game to run (look at "Additional Information" section for all avaiable /bin/<> commands). For some cores like Final Burn Alpha, BIOS image (e.g. neogeo.zip for Neo-Geo) must be in the game directory. - To use RetroArch for any NES game, just add "--retroarch" to command line arguments. If you need to load the game with specific NES core, use "--retroarch --core fceumm" to use FCEUmm for this game or "--retroarch --core nestopia" to use Nestopia - To use Nestopia instead of FCEUmm, install use_nestopia.hmod module - To use PicoDrive for all Genesis/Mega Drive games instead of Genesis Plus GX, install use_picodrive.hmod module. Make sure that picodrive module is installed before installing use_picodrive!