Browse code

New screen defaults

neauoire authored on 07/07/2021 17:51:12
Showing 1 changed files
... ...
@@ -127,7 +127,7 @@ static int
127 127
 init(void)
128 128
 {
129 129
 	SDL_AudioSpec as;
130
-	if(!initppu(&ppu, 48, 32))
130
+	if(!initppu(&ppu, 64, 40))
131 131
 		return error("PPU", "Init failure");
132 132
 	gRect.x = PAD;
133 133
 	gRect.y = PAD;
... ...
@@ -401,7 +401,7 @@ int
401 401
 main(int argc, char **argv)
402 402
 {
403 403
 	Uxn u;
404
-	zoom = 2;
404
+	zoom = 1;
405 405
 
406 406
 	stdin_event = SDL_RegisterEvents(1);
407 407
 	SDL_CreateThread(stdin_handler, "stdin", NULL);