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:
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