Attract-Mode Support Forum

Attract-Mode Support => Scripting => Topic started by: Joseph141 on July 24, 2022, 05:49:53 AM

Title: How to add PCSXR emulator on attract mode
Post by: Joseph141 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.
Title: Re: How to add PCSXR emulator on attract mode
Post by: JonahUK 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]"
Title: Re: How to add PCSXR emulator on attract mode
Post by: Joseph141 on July 25, 2022, 10:47:39 AM
Thanks