chore: change default window scale to 4x

This commit is contained in:
Rekai Nyangadzayi Musuka 2022-04-24 08:33:28 -04:00
parent 1812fb8008
commit 81db06d2fc
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ const Thread = std.Thread;
const Atomic = std.atomic.Atomic;
const File = std.fs.File;
const window_scale = 3;
const window_scale = 4;
const gba_width = @import("ppu.zig").width;
const gba_height = @import("ppu.zig").height;
const framebuf_pitch = @import("ppu.zig").framebuf_pitch;