Skip to content

Commit

Permalink
Fix file not found if error in path; Change version to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Maingron committed Jan 25, 2024
1 parent d5763c8 commit cf3f92b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Open With Retroarch.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
@REM Author: Maingron
@REM Version: 0.3
@REM Version: 0.4
@REM Description: Open a game with Retroarch | GitHub: https://github.com/Maingron/Open-with-Retroarch
@REM Website: https://maingron.com
@REM Dependencies: Retroarch (https://retroarch.com)
Expand Down Expand Up @@ -399,7 +399,7 @@ goto init
goto check-core_set

:run-run
start %retroarch-exe% -L %emu-core% %1 %additional-parameters%
start "" "%retroarch-exe%" -L %emu-core% %1 %additional-parameters%
echo Started %rom-name% with %emu-core%.
ping localhost -n 3 -w 500 > nul
exit
Expand Down

0 comments on commit cf3f92b

Please sign in to comment.