Browse code

Restored frame size

neauoire authored on 29/05/2021 02:14:36
Showing 1 changed files
... ...
@@ -106,7 +106,7 @@ int
106 106
 init(void)
107 107
 {
108 108
 	SDL_AudioSpec as;
109
-	if(!initppu(&ppu, 64, 40))
109
+	if(!initppu(&ppu, 48, 32))
110 110
 		return error("PPU", "Init failure");
111 111
 	gRect.x = PAD;
112 112
 	gRect.y = PAD;