--- SIDPlayer/src/main_sdl.cpp 2001/01/04 19:54:13 1.3 +++ SIDPlayer/src/main_sdl.cpp 2001/01/16 14:12:54 1.4 @@ -25,6 +25,8 @@ #include #include "main.h" +#include "prefs.h" +#include "sid.h" /* @@ -102,6 +104,7 @@ int main(int argc, char **argv) printf("Playing song %d/%d\n", current_song + 1, number_of_songs); // Start replay and enter main loop + SIDAdjustSpeed(PrefsFindInt32("speed")); SDL_PauseAudio(false); while (true) { SDL_Event e;