commit c0e9683f4537fd3e7fea69ec01ba88c1d3039408 Author: Aloshi Date: Wed Jul 18 14:28:26 2012 -0700 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..8df9393e2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Compiled Object files +*.slo +*.lo +*.o + +# Compiled Dynamic libraries +*.so + +# Compiled Static libraries +*.lai +*.la +*.a diff --git a/README.md b/README.md new file mode 100644 index 000000000..c70c5dcb7 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +EmulationStation +================ + +A simple front-end for the RetroArch emulator, designed for controller navigation. \ No newline at end of file