Jump to content
LaunchBox Community Forums

pt1985

Members
  • Posts

    1
  • Joined

  • Last visited

pt1985's Achievements

1-Bit Wonder

1-Bit Wonder (1/7)

0

Reputation

  1. Hello Everyone, I just wanted to share a little script i have made "start.txt" just rename to "start.bat" and drop it in the higan folder. If you create a start.bat file with the below code it will start the game from within launchbox if you set it as the emulator application path. @echo off set string=%1% set string=%string:\program.rom=% CALL "higan-balanced.exe" %string% The %1% outputs the rom path and the string below it removes the \program.rom from that string so you get a clean directory structure which higan can use or is using. Hope this is helpfull
×
×
  • Create New...