Find a file
2012-07-19 20:24:24 -05:00
src Added InputManager; GuiComponents can register themselves to receive input events. 2012-07-19 20:08:29 -05:00
.gitignore Added InputManager; GuiComponents can register themselves to receive input events. 2012-07-19 20:08:29 -05:00
LinLibertine_R.ttf Added InputManager; GuiComponents can register themselves to receive input events. 2012-07-19 20:08:29 -05:00
Makefile Added InputManager; GuiComponents can register themselves to receive input events. 2012-07-19 20:08:29 -05:00
README.md Updated the README to have a little information on dependencies. 2012-07-19 20:24:24 -05:00

EmulationStation

A simple front-end for emulators made with SDL, designed for controller navigation. Developed for use with the Raspberry Pi and RetroArch.

Building

EmulationStation has a few dependencies. For building, you'll probably need: -libsdl1.2-dev -libsdl-ttf2.0-dev

You can build it by just typing "make".