Find a file
Leon Styhre 6b62065595 Large code cleanup and code documentation update.
The initial code cleanup of es-app is now complete as of this commit.
2020-06-23 20:07:00 +02:00
CMake cmake: minor correction to support Ubuntu 20.04 2020-04-11 19:36:25 +01:00
es-app Large code cleanup and code documentation update. 2020-06-23 20:07:00 +02:00
es-core Large code cleanup and code documentation update. 2020-06-23 20:07:00 +02:00
external Added pugixml as subtree and updated .gitignore files 2020-05-15 17:14:43 +02:00
LICENSES RBSimple-DE theme: Replaced the navigation sounds and made some other small changes. 2020-06-17 18:39:35 +02:00
resources Reorganized all resources to a subdirectory structure and added the CMake install prefix to the resource search path. 2020-06-21 19:35:43 +02:00
themes/rbsimple-DE Created a script to automatically update theme format versions, and lifted RBSimple-DE to version 6. 2020-06-22 21:04:40 +02:00
tools Created a script to automatically update theme format versions, and lifted RBSimple-DE to version 6. 2020-06-22 21:04:40 +02:00
.gitignore Added pugixml as subtree and updated .gitignore files 2020-05-15 17:14:43 +02:00
CMakeLists.txt Increased the minimum required CMake version from 2.8 to 3.0 2020-06-22 20:27:35 +02:00
CREDITS.md RBSimple-DE theme: Replaced the navigation sounds and made some other small changes. 2020-06-17 18:39:35 +02:00
DEVNOTES.md Large code cleanup and code documentation update. 2020-06-23 20:07:00 +02:00
GAMELISTS.md Documentation files update. 2020-06-22 20:17:34 +02:00
INSTALL.md Large code cleanup and code documentation update. 2020-06-23 20:07:00 +02:00
LICENSE Added default theme 'rbsimple-DE' and updated some information files. 2020-06-15 17:45:53 +02:00
NEWS.md Removed the last remnants of the usage of /etc and updated the documenation accordingly. 2020-06-22 19:46:09 +02:00
README.md Large code cleanup and code documentation update. 2020-06-23 20:07:00 +02:00
SYSTEMS.md Documentation files update. 2020-06-22 20:17:34 +02:00
THEMES.md Large code cleanup and code documentation update. 2020-06-23 20:07:00 +02:00

EmulationStation Desktop Edition

EmulationStation Desktop Edition is a cross-platform graphical front-end for emulators with controller and keyboard navigation.

The difference to other versions of EmulationStation is that this fork is intended for use primarily on desktop computers where it's not the primary interface for the computer. As such, this version does not aim to provide full control over emulator settings or emulator button mappings, or include system administration functions and similar. Instead it's assumed that the emulators and the overall environment has been properly configured upfront.

The software comes preconfigured for use primarily with RetroArch, although this can certainly be changed as all emulator settings are fully configurable, even on a per-game basis.

Help needed:

Apart from code commits, help is especially needed for thorough testing of the software and for working on the RBSimple-DE theme.

It's impossible for me to test every game system (RBSimple-DE has support for almost a 100 different systems!) so it would be especially useful to hear about any issues with starting games using the default es_systems.cfg configuration file and also if there are any issues regarding scraping for certain systems.

In general, a review of the es_systems.cfg file including the supported file extensions would be great!

As for RBSimple-DE there are quite some missing graphic files and other customizations for a number of game systems.
Check out MISSING.md for more details of what needs to be added or updated.

Finally, if someone could make a proper port to macOS, that would be great as then all of the three major desktop operating systems would be supported. There is some code present specifically for macOS but I've been unable to test it. And according to the code comments, some things seem to be missing altogether for this operating system, so it may take some effort.

General information

NEWS.md contains information about new functionality, improvements and bug fixes.
(An overview of all previous versions will be included here as well.)

INSTALL.md provides details on how to build and configure the application.

DEVNOTES.md is the place to go if you're interested in participating in the development of EmulationStation Desktop Edition.

Overview of the software