23 lines
611 B
INI
23 lines
611 B
INI
|
|
<?xml version="1.0"?>
|
|
<systemList>
|
|
<system>
|
|
<fullname>Playstation 2</fullname>
|
|
<name>ps2</name>
|
|
<manufacturer>Sony</manufacturer>
|
|
<path>/userdata/roms/ps2</path>
|
|
<release>2000</release>
|
|
<hardware>console</hardware>
|
|
<extension>.chd .iso .cue</extension>
|
|
<command>/home/pi/aethersx2/AetherSX2/usr/bin/aethersx2 -nogui %ROM%</command>
|
|
<platform>ps2</platform>
|
|
<theme>ps2</theme>
|
|
<emulators>
|
|
<emulator name="aethersx2">
|
|
<cores>
|
|
<core default="true">aethersx2</core>
|
|
</cores>
|
|
</emulator>
|
|
</emulators>
|
|
</system>
|
|
</systemList>
|