comparison src/sdl/SDL.cpp @ 30:48369c6aeaa0 compile-milestone

brought prof package in
author Robert McIntyre <rlm@mit.edu>
date Sun, 04 Mar 2012 22:32:01 -0600
parents f9f4f1b99eed
children 44974c3e093b
comparison
equal deleted inserted replaced
29:2fa26addb901 30:48369c6aeaa0
20 #include <stdlib.h> 20 #include <stdlib.h>
21 #include <stdio.h> 21 #include <stdio.h>
22 #include <string.h> 22 #include <string.h>
23 #include <sys/types.h> 23 #include <sys/types.h>
24 #include <sys/stat.h> 24 #include <sys/stat.h>
25 25 #include <config.h>
26 #include "AutoBuild.h" 26 #include "AutoBuild.h"
27 27
28 #include "Port.h" 28 #include "Port.h"
29 #include "SDL.h" 29 #include "SDL.h"
30 #include "debugger.h" 30 #include "debugger.h"
2041 renderedFrames = 0; 2041 renderedFrames = 0;
2042 } 2042 }
2043 2043
2044 int main(int argc, char **argv) 2044 int main(int argc, char **argv)
2045 { 2045 {
2046 fprintf(stderr, "VisualBoyAdvance version %s [SDL]\n", VERSION); 2046 fprintf(stderr, "VisualBoyAdvance version %s [SDL]\n", PACKAGE_VERSION);
2047 2047
2048 arg0 = argv[0]; 2048 arg0 = argv[0];
2049 2049
2050 captureDir[0] = 0; 2050 captureDir[0] = 0;
2051 saveDir[0] = 0; 2051 saveDir[0] = 0;