1786016746

This commit is contained in:
2026-08-06 13:45:46 +02:00
parent e9017774e7
commit c343a58cf9

View File

@@ -41,9 +41,9 @@ impl Platform for Trekstor {
let input = InputState::new(&screen);
let mut ctx = Context { screen, input };
let mut buffer1 = [Rgb565Pixel(0); 614400];
let mut buffer1 = [Rgb565Pixel(0); 512 * 512];
let window_width = ctx.screen.width() - 1;
let window_width = 512;
// let window_height = ctx.screen.height() - 1;
loop {