RetroFE forums

General Category => General Discussion & Help => Topic started by: cassette on December 31, 2018, 06:06:09 AM

Title: DEMUL
Post by: cassette on December 31, 2018, 06:06:09 AM
Anyone has DEMUL working? It's the last emulator I've got to setup. On Windows I'm trying:

Code: [Select]
executable = C:\Program Files (x86)\DEMUL\demul.exe
arguments = -run=dc -image=%ITEM_NAME%

And it opens DEMUL, but doesn't load any game.
Title: Re: DEMUL
Post by: Agent47 on December 31, 2018, 06:34:51 AM
You need to pass it the file path of the image file for Dreamcast, not just the name like you're currently doing.

Replace %ITEM_NAME% with "%ITEM_FILEPATH%"
Title: Re: DEMUL
Post by: cassette on December 31, 2018, 07:07:06 AM
Aaaaah, I tried that too but without the quotes I believe. It works now, thanks !