From d8848b6ec94b2c1a1172f191252bf74944164b78 Mon Sep 17 00:00:00 2001 From: asrael Date: Tue, 11 Nov 2025 23:52:28 -0600 Subject: [PATCH] remove letterboxing --- src/pxl8_sdl3.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pxl8_sdl3.c b/src/pxl8_sdl3.c index a64c184..78ab630 100644 --- a/src/pxl8_sdl3.c +++ b/src/pxl8_sdl3.c @@ -61,9 +61,6 @@ static void* sdl3_create(pxl8_color_mode mode, pxl8_resolution resolution, pxl8_error("Failed to set vsync: %s", SDL_GetError()); } - SDL_SetRenderLogicalPresentation(ctx->renderer, fb_w, fb_h, - SDL_LOGICAL_PRESENTATION_INTEGER_SCALE); - ctx->framebuffer_texture = SDL_CreateTexture(ctx->renderer, SDL_PIXELFORMAT_RGBA32, SDL_TEXTUREACCESS_STREAMING,