From 2f6d3331ed5c60254058c7db31a49ded7d56f0e1 Mon Sep 17 00:00:00 2001 From: Ignacio Sanchez Gines Date: Wed, 12 Nov 2014 11:52:32 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66535b38..bc888947 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ For all desktop platforms you will need SDL 2 and Qt 5 SDKs installed and config ### Raspberry Pi - Raspbian - Install and configure [SDL 2](http://www.libsdl.org/download-2.0.php) for development. - Use make to build the project. +- Sound emulation in the Pi is awfully slow. Use export SDL_AUDIODRIVER=ALSA before running the emulator and over clock your Raspberry as much as you can for the best performance. ### Windows - You need Visual Studio 2010 (Express Edition will do but you won't be able to install the Qt Add-in).