ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SIDPlayer/src/main_sdl.cpp
(Generate patch)

Comparing SIDPlayer/src/main_sdl.cpp (file contents):
Revision 1.3 by cebix, 2001-01-04T19:54:13Z vs.
Revision 1.4 by cebix, 2001-01-16T14:12:54Z

# Line 25 | Line 25
25   #include <stdlib.h>
26  
27   #include "main.h"
28 + #include "prefs.h"
29 + #include "sid.h"
30  
31  
32   /*
# Line 102 | Line 104 | int main(int argc, char **argv)
104          printf("Playing song %d/%d\n", current_song + 1, number_of_songs);
105  
106          // Start replay and enter main loop
107 +        SIDAdjustSpeed(PrefsFindInt32("speed"));
108          SDL_PauseAudio(false);
109          while (true) {
110                  SDL_Event e;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines