diff --git a/src/video/dreamcast/SDL_dreamcastframebuffer.c b/src/video/dreamcast/SDL_dreamcastframebuffer.c index dda5e3b6249ba..e33303c79d1b2 100644 --- a/src/video/dreamcast/SDL_dreamcastframebuffer.c +++ b/src/video/dreamcast/SDL_dreamcastframebuffer.c @@ -462,7 +462,7 @@ bool DREAMCAST_CreateWindowTexture(SDL_VideoDevice *_this, SDL_Window *window, S sdl_dc_tex_bytes = tex_size; sdl_dc_txr_format = PVR_TXRFMT_RGB565 | PVR_TXRFMT_NONTWIDDLED; if (sdl_dc_strided) { - sdl_dc_txr_format |= PVR_TXRFMT_X32_STRIDE; + sdl_dc_txr_format |= (1 << 25); } sdl_dc_memtex = pvr_mem_malloc(tex_size);