Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

SSShadii

4
Posts
A member registered Jun 01, 2025

Recent community posts

OK, I did get it to work with LoopyMSE.exe using the following command: LoopyMSE.exe "path\to\game\file.bin". But will all of your settings, configured in zRupi.exe be applied to the game if I do it this way?

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}

(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

Does it have command line support for using frontends (eg. Pegasus, Launchbox)? Either through zRupi.exe or LoopyMSE.exe? If so, can you write out the context?