Skip to content

Commit

Permalink
Add more file formats and systems
Browse files Browse the repository at this point in the history
  • Loading branch information
Maingron committed May 16, 2023
1 parent 15a7c27 commit 4638835
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions Open With Retroarch.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
@REM Author: Maingron
@REM Version: 0.3-dev
@REM Description: Open a game with Retroarch
@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 @@ -370,8 +370,23 @@ goto init
set "emu-core="
goto run

:.p8
set "emu-system=pico-8"
set "emu-core=retro8"
goto run

:.tic
:.tic80
:.t80
set "emu-system=tic-80"
set "emu-core=tic80"
goto run


:.sv
:.svi
set "emu-system=supervision"
set "emu-core=potator"
goto run



Expand Down

0 comments on commit 4638835

Please sign in to comment.