-
Notifications
You must be signed in to change notification settings - Fork 918
Description
Greetings i am trying to add 1964 as an emulator
the windows .bat file command to open a rom in 1964 is like this:
1964 -g goldeneye
(the rom name must have no spaces)
i am trying to add it using this technique:
emulator name="1964" command=".\RetroBat\emulators\1964\1964.exe -g %ROM%"/>"
if i use this command with an specific rom name and extension it works:
emulator name="1964 -g" command="D:\TetroBat\emulators\1964\1964.exe -g 00gold.z64"/>"
but if is use these 3 variations,
emulator name="1964" command="D:\TetroBat\emulators\1964\1964.exe -g %ROM%"/>
emulator name="1964" command="D:\TetroBat\emulators\1964\1964.exe -g %ROM_RAW%"/>
emulator name="1964" command="D:\TetroBat\emulators\1964\1964.exe -g %BASENAME%"/>
the emulator returns an error or just opens and does nothing..
and if i attempt to put quotes on %ROM% or any of its variations, like in these examples
emulator name="1964" command="D:\TetroBat\emulators\1964\1964.exe -g "%BASENAME%"/>
or
emulator name="1964" command="D:\TetroBat\emulators\1964\1964.exe -g" "%BASENAME%"/>
emulation station tells me that the es_systems.cfg is wrong....