Jump to content
LaunchBox Community Forums

Xebra ps1 emulator help


arkraider34

Recommended Posts

Just curious, what made you want to run Xebra instead of other PS1 emulators available on Windows? It seems pretty barebones in terms of featureset and the lack of documentation makes me think either it'd be a royal PITA to figure out the command-line arguments it accepts, or there just aren't any. 

Link to comment
Share on other sites

Hi Arkraider,

The command line switch to launch xebra in fullscreen is -FULL.

Open the Manage Emulators window (tools->Manage Emulators), select xebra, click edit and add it to the "Default command line parameters" text field.

p.s. I agree with Divinity, although I'm guessing you're aiming for a high-accuracy emulator. Have you tried Retroarch's mednafen forks? They work amazingly well, aree also known as highly accurate emulators, and you get all the nifty options of retroarch :).

Edited by Vlansix
Link to comment
Share on other sites

Thanks for rhe reply sorry I've been away. I tried to get retroach running bUT for some reason everytime I try I can't get it to open any of the games. Not sure what I've done wrong, I've followed the tutorials as far as I can tell. Just kinda gor frustrated with it after awhile. I got to the point where if I could just get xebra to launch in full screen I'd be happy with it. 

Link to comment
Share on other sites

Heya Ark,

If you're having issues with mednafen under retroarch, what I've found is as follows-

 

1) Mednafen requires that BIOS files match specific checksums and case-sensitive filenames

2) mednafen only supports uncompressed games or PGP-compression.

If you open retroarch, download the latest mednafen-balanced core under the "online updater" feature and make sure that LaunchBox passes the correct mednafen_libretro core to retroarch as a command line parameter under the "manage emulators" window, you should be abke to get games running in it. Or just pass -FULL to xebra.

Link to comment
Share on other sites

One thing that I wish I had known when I started messing around with RetroArch: by default its text output on Windows is lost, but it can be captured to a file to diagnose what's going on with it.

Usually I would recommend you open up a command prompt and cd to the directory where your RetroArch installation is. Then, run the command that LaunchBox would be running if you tried to launch the game you're testing with. If you're trying to use the Mednafen Playstation core, you'd probably be doing something like this:

retroarch.exe -L cores\mednafen_psx_libretro.dll "C:\Path\to\game"

In your case, since this is not working, it'll probably only launch RetroArch and then immediately close. To get RetroArch to "tell you" what is happening, you'll want to modify your command like this:

retroarch.exe -v -L cores\mednafen_psx_libretro.dll "C:\Path\to\game" 2>log.txt

Adding the -v command switch tells RetroArch to operate in "verbose" mode, meaning it outputs a lot more info than normal. Adding 2>log.txt tells Windows to grab the output from RetroArch and write it into a file called log.txt rather than lose it. Also, each time this is run it'll overwrite the contents of the file, just FYI.

My main issue when first trying to run the Mednafen PSX core was that it requires a very specific BIOS fileset. By default it'll look in the bios folder inside the main RetroArch folder. I've got scph5500.bin, scph5501.bin, and scph5502.bin for my PSX. Let us know how it goes :)

Edited by DivinityCycle
Link to comment
Share on other sites

  • faeran locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...