-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathMicrosoft - MS-DOS - Retroarch (Linux).xml
36 lines (32 loc) · 1.38 KB
/
Microsoft - MS-DOS - Retroarch (Linux).xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--
I took 3 games from the exoDOS set. Left the exo conf files stock, and only changed the autoexec
to my file paths. Then called them this way:
retroarch -L "C:\Emulation\Emulators\RetroArch\cores\dosbox _lib retro.dll" \
"C:\Emulation\Emulators\RetroArch\dosgames\Kin g's Quest V - Absence Makes the Heart Go Yonder (1990)\kq5\kq5.conf"
They launched right up and ran flawlessly.
The only thing I changed from the exo kq5.conf was the [autoexec] section at the bottom. Here is mine:
[autoexec]
# Lines in this section will be run at startup.
cd ..
cd ..
mount c "C:\Emulation\Emulators\RetroArch\dosgames\Kin g's Quest V - Absence Makes the Heart Go Yonder (1990)\"
c:
cd kq5
sierra C:\kq5\resource.cfg
exit
-->
<advanced_emulator_launcher_configuration>
<launcher>
<name>MS-DOS (Retroarch)</name>
<category>Microsoft</category>
<Launcher_NFO>../Launcher assets Microsoft/MS-DOS.nfo</Launcher_NFO>
<platform>Microsoft MS-DOS</platform>
<application>/home/kodi/bin/retroarch</application>
<args>-L /home/kodi/bin/libretro/dosbox_libretro.so -f -v "$rom$"</args>
<ROM_path>/home/kodi/AEL-ROMs/msdos/</ROM_path>
<ROM_ext>conf</ROM_ext>
<ROM_asset_path>/home/kodi/AEL-assets/msdos/</ROM_asset_path>
<Asset_Prefix>../Launcher assets Microsoft/MS-DOS</Asset_Prefix>
</launcher>
</advanced_emulator_launcher_configuration>