diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -8,8 +8,13 @@ SDL_Surface* suf; -#define SCREEN_WIDTH 600/*800*/ -#define SCREEN_HEIGHT 480/*600*/ +#define SCREEN_WIDTH 600 +#define SCREEN_HEIGHT 480 + +// +//#define SCREEN_WIDTH 800 +//#define SCREEN_HEIGHT 600 +// typedef void(*F)(void*); F onload; @@ -82,7 +87,7 @@ int main(int argc, char* argv[]) ssr_present(); SDL_UpdateWindowSurface(wnd); - Sleep(1); /*reduce cpu usage*/ + /*Sleep(1);*/ /*reduce cpu using*/ } quit: |