diff --git a/README.md b/README.md index 44cde268e..f0638b909 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ EmulationStation has a few dependencies. For building, you'll need SDL2, Boost.S **On Linux:** All of this be easily installed with apt-get: ``` -sudo apt-get install libsdl2-dev libboost-system-dev libboost-filesystem-dev libfreeimage-dev libfreetype6-dev libeigen3-dev ttf-dejavu +sudo apt-get install libsdl2-dev libboost-system-dev libboost-filesystem-dev libfreeimage-dev libfreetype6-dev libeigen3-dev ttf-dejavu libasound2-dev ``` On "desktop" Linux (that is, *not* the Raspberry Pi), you'll also need OpenGL. Try installing the MESA development package with: diff --git a/src/SystemData.cpp b/src/SystemData.cpp index ab99eafae..bdc7d2ecc 100644 --- a/src/SystemData.cpp +++ b/src/SystemData.cpp @@ -258,8 +258,8 @@ void SystemData::writeExampleConfig(const std::string& path) " \n" " \n" "\n" - " \n" - " NES\n" + " \n" + " nes\n" "\n" " \n" " Nintendo Entertainment System\n"