summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 176c2e6..a6f3bbc 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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: