libretro / dosbox-libretro

Port of DOSBox (upstream) to the libretro API.
GNU General Public License v2.0
61 stars 40 forks source link

Launching exe from command line #76

Open fuzzbop opened 6 years ago

fuzzbop commented 6 years ago

When attempting to launch a dos game from command line it does not launch the game, only drops to dosbox with z: prompt. If i choose the game exe from rgui and launch from inside the gui with the dosbox core it launches the exe as expected. I noticed this in the -v flag output from commandline : [INFO] Content loading skipped. Implementation will load it on its own. My syntax for launching is: retroarch -L (path to dosbox core) (path to exe)