Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

I use Pegasus as a front end. Basically I'm just trying to launch the game in full from the front end. For instance, you can usually launch the game directly with something like this (Example from an FM Towns game launched on Tsugaru where {file.path} is defined as the specific game file): C:\Emulation\Tsugaru\Tsugaru_CUI.exe "L:\Console Games\FM Towns\fmtowns" -CD {file.path} -GAMEPORT0 PHYS1 -GAMEPORT1 PHYS2 -SCALE 200 -FULLSCREEN

Similarly, for Retroarch, you can type the following from a command prompt and launch a game: c:\Emulation\RetroArch\retroarch.exe -L "c:\Emulation\RetroArch\cores\puae_libretro.dll" {file.path}