Author Topic: PSX4ALL Tutorial?  (Read 7929 times)

GideonB

  • Guest
PSX4ALL Tutorial?
« on: October 17, 2009, 08:56:26 am »
Hi everyone, I have seen the results of the new psx4all port for the dingoo. I just wondered if some one could post a tutorial on getting it working or at least DETAILED instructions?! Thanks



G

zear

  • * Moderator
  • Posts: 2379
Re: PSX4ALL Tutorial?
« Reply #1 on: October 17, 2009, 09:05:32 am »
1. Copy it on your card, into /local/emulators/psx4all
2. Copy PSX bios into the same directory, rename it as scph1001.bin
(correct bios md5 checksum: b9d9a0286c33dc6b7237bb13cd46fdee)
3. Modify local/dmenu/themes/[your_theme]/menu_emulators.cfg and add the following lines:
Code: [Select]
MenuItem psx4all
{
Icon = "res/emulators/psx4all.png"
Name = " psx4all (no sound)"
Executable = "./psx4all"
WorkDir = "/usr/local/emulators/psx4all"
}

MenuItem psx4all_snd
{
Icon = "res/emulators/psx4all.png"
Name = " psx4all (sound)"
Executable = "./psx4all_sound"
WorkDir = "/usr/local/emulators/psx4all"
}
4. Find a good icon (like this one) and copy it to /local/dmenu/[your_theme]/res/emulators/
5. Run psx4all from dmenu
6. ? ? ?
7. Profit

Now I'm closing this thread, as we already have one about psx4all ;)
« Last Edit: October 17, 2009, 09:14:48 am by zear »