From ad36fd935764115683e6802228e01cd94a4a4e2a Mon Sep 17 00:00:00 2001 From: pcm720 Date: Mon, 20 Feb 2017 19:53:57 +0300 Subject: Added core template module, made some additional fixes. Removed PicoDrive core because it crashes with segmentation fault. --- makehmod.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'makehmod.bat') diff --git a/makehmod.bat b/makehmod.bat index aa5d3c9..8453cfd 100644 --- a/makehmod.bat +++ b/makehmod.bat @@ -1,6 +1,6 @@ @echo off -set moddir=retroarch.hmod -set modname=retroarch.hmod +set moddir=retroarch_mod.hmod +set modname=retroarch_mod.hmod set outdir=output for %%x in (%*) do set outdir=%1 @@ -28,4 +28,4 @@ goto end echo Error %ERRORLEVEL% goto end -:end \ No newline at end of file +:end -- cgit v1.2.3