Author Topic: How to add PCSXR emulator on attract mode  (Read 1421 times)

Joseph141

  • Newbie
  • *
  • Posts: 2
    • View Profile
How to add PCSXR emulator on attract mode
« on: July 24, 2022, 05:49:53 AM »
Hello everyone, can anyone help me in adding pcsxr in attract mode. I have done the setup but don't know the exact command argument adn because of that when I select a game in attract mode it open pcsxr and nothing happening.

JonahUK

  • Full Member
  • ***
  • Posts: 32
  • Don't like what I say or how I answer? IDGAF.
    • View Profile
    • My Channel
Re: How to add PCSXR emulator on attract mode
« Reply #1 on: July 25, 2022, 05:10:32 AM »
Quick glance online leads me to think this should work

Code: [Select]
executable           path\to\pcsxr.exe
args                 -nogui -cdfile "[romfilename]"

Joseph141

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: How to add PCSXR emulator on attract mode
« Reply #2 on: July 25, 2022, 10:47:39 AM »
Thanks