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@gmail.com>2017-02-20 19:53:57 +0300
committerpcm720 <pcm720@gmail.com>2017-02-20 19:53:57 +0300
commitad36fd935764115683e6802228e01cd94a4a4e2a (patch)
tree02fb1e7ffaddc319995d1a0b7a04133127e39441 /makehmod.bat
parent10a99cf9df1a32e2547817d9539551f71ded10ee (diff)
Added core template module, made some additional fixes.
Removed PicoDrive core because it crashes with segmentation fault.
Diffstat (limited to 'makehmod.bat')
-rw-r--r--makehmod.bat6
1 files changed, 3 insertions, 3 deletions
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