mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
XargonWan
5cc14ce18b
- Cores info added - Bumped ES-DE to 1.2.1 - Fixed savestate issue (core info) - Removed splash on game loading
22 lines
895 B
XML
22 lines
895 B
XML
<?xml version="1.0"?>
|
|
<gameList>
|
|
<game>
|
|
<path>./start-retroarch.sh</path>
|
|
<name>Start RetroArch</name>
|
|
<sortname>RetroArch</sortname>
|
|
<desc>RetroArch is a frontend for emulators, game engines and media players.
|
|
|
|
It enables you to run classic games on a wide range of computers and consoles through its slick graphical interface. Settings are also unified so configuration is done once and for all.
|
|
|
|
In addition to this, you are able to run original game discs (CDs) from RetroArch.
|
|
|
|
RetroArch has advanced features like shaders, netplay, rewinding, next-frame response times, runahead, machine translation, blind accessibility features, and more!</desc>
|
|
<releasedate>20100525T000000</releasedate>
|
|
<developer>Libretro</developer>
|
|
<publisher>Libretro</publisher>
|
|
<genre>Emulator</genre>
|
|
<nogamecount>true</nogamecount>
|
|
<nomultiscrape>true</nomultiscrape>
|
|
</game>
|
|
</gameList>
|