Skip to content

Commit

Permalink
En Reproducir INP y Crear AVI, si no se seleccionaba un fichero no re…
Browse files Browse the repository at this point in the history
…stauraba la NVRAM. Dicho de otra forma, se pregunta por el INP antes de borrarla.
  • Loading branch information
Chixpy committed Jun 5, 2018
1 parent 64b8cf1 commit f826a1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LNSCompFE.wiki
10 changes: 5 additions & 5 deletions bin/LNSComp.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@GOTO BatchMain
:: LNSComp.bat 1.1.0
:: LNSComp.bat 1.1.1
:: Copyright (C) 2017-2018 Chixpy
:: https://github.com/Chixpy/LNSCompFE
::
Expand Down Expand Up @@ -581,8 +581,6 @@ IF NOT DEFINED $LNSFichAct (
GOTO LNSReprINPEnd
)

CALL :BorrarNVRAM "%$LNSFichAct%"

ECHO.
ECHO SELECCIONE FICHERO A REPRODUCIR
ECHO -------------------------------
Expand All @@ -596,6 +594,8 @@ IF NOT DEFINED $SubSFFichero (
:: Quitamos el directorio porque MAME da error
SET $SubSFFichero=%$SubSFFichero:~4%

CALL :BorrarNVRAM "%$LNSFichAct%"

ECHO.
ECHO EJECUTANDO... %$LNSFichAct% : %$SubSFFichero%
ECHO -------------
Expand Down Expand Up @@ -630,8 +630,6 @@ IF NOT DEFINED $LNSFichAct (
GOTO LNSCrearAVI
)

CALL :BorrarNVRAM "%$LNSFichAct%"

ECHO.
ECHO SELECCIONE FICHERO A REPRODUCIR
ECHO -------------------------------
Expand All @@ -645,6 +643,8 @@ IF NOT DEFINED $SubSFFichero (
:: Quitamos el directorio porque MAME da error y la extension para nombrar el AVI
SET $SubSFFichero=%$SubSFFichero:~4,-4%

CALL :BorrarNVRAM "%$LNSFichAct%"

ECHO.
ECHO EJECUTANDO... %$LNSFichAct% : %$SubSFFichero%
ECHO -------------
Expand Down

0 comments on commit f826a1b

Please sign in to comment.