1786018586

This commit is contained in:
2026-08-06 14:16:26 +02:00
parent bde6c81b82
commit fc76b8c556

View File

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