Proper multi-disc ROM support

Issue #57 resolved
Jason Carr repo owner created an issue

No description provided.

Comments (5)

  1. brock Smith

    Open notepad, create a file with the cue sheets of the discs of your game

    Example:

    Final Fantasy IX (USA) (Disc 1) (v1.1).cue 
    Final Fantasy IX (USA) (Disc 2) (v1.1).cue 
    Final Fantasy IX (USA) (Disc 3) (v1.1).cue 
    Final Fantasy IX (USA) (Disc 4) (v1.1).cue
    

    Save as final fantasy ix.m3u.

    Then you need to make an exe file its pretty easy Open Notpad, this is one line dont press enter to make it 2 lines

    "D:\PATH\retroarch" --fullscreen --config "D:\PATH\retroarch.cfg" --appendconfig "D:\PATH\configs\psx.cfg" -L "D:\PATH\cores\mednafen_psx_libretro.dll" "D:\PATH\Games\Gex3D.cue"

    Make sure you get the paths right. Now save as final fantasy ix.txt then right click the text file and click rename change the txt to bat.

    And then I use a program called Slimm Bat to Exe click express then browse your computer for your bat file and click open then add it to launchbox then edit the game in launchbox click the emulation tab and uncheck the emulator then press ok then click on no when it ask for an emulator.

    Heres the link for Slimm Bat to Exe this is the only link I could find that works. http://download.cnet.com/Slimm-Bat-to-Exe/3000-2069_4-75834541.html

  2. Log in to comment