New screen defaults

This commit is contained in:
neauoire 2021-07-07 10:51:12 -07:00
parent 596f1a43b1
commit a399c81e2f
1 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ static int
init(void) init(void)
{ {
SDL_AudioSpec as; SDL_AudioSpec as;
if(!initppu(&ppu, 48, 32)) if(!initppu(&ppu, 64, 40))
return error("PPU", "Init failure"); return error("PPU", "Init failure");
gRect.x = PAD; gRect.x = PAD;
gRect.y = PAD; gRect.y = PAD;
@ -401,7 +401,7 @@ int
main(int argc, char **argv) main(int argc, char **argv)
{ {
Uxn u; Uxn u;
zoom = 2; zoom = 1;
stdin_event = SDL_RegisterEvents(1); stdin_event = SDL_RegisterEvents(1);
SDL_CreateThread(stdin_handler, "stdin", NULL); SDL_CreateThread(stdin_handler, "stdin", NULL);