Whats the error you get ?
Issue is not pinballx, but the way you launch it.
Pinballx just launch what you put in the parameters.
First try to get it to work outside pinballx
1. Open Command Prompt:
- Press `Win + R`, type `cmd`, and press Enter.
2. Navigate to the Emulator Directory:
- Use the `cd` command to navigate to the folder where `psxfin.exe` is located. For example:
cd C:\path\to\psxfin
psxfin.exe "path\to\your\game.iso"
3. Launch the Emulator with the CD Image:
- Use the following command to launch the emulator with your CD image:
psxfin.exe "path\to\your\game.iso"
- Replace `"path\to\your\game.iso"` with the actual path to your CD image file.
If this is functioning properly, you can add it to PinballX. If not, please rectify the issue in an appropriate manner.