We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef0c1d commit d5126efCopy full SHA for d5126ef
desktop_version/libretro/SDL_libretro.c
@@ -66,7 +66,7 @@ CreateWindowFramebuffer(SDL_VideoDevice* device,
66
/* Create a new one */
67
SDL_GetWindowSizeInPixels(window, &w, &h);
68
_surface = SDL_CreateRGBSurfaceWithFormat(0, w, h, 0, surface_format);
69
- _surface_real = SDL_CreateRGBSurfaceWithFormat(0, w, h, 0, surface_format);
+ _surface_real = SDL_CreateRGBSurfaceWithFormat(0, 320, 240, 0, surface_format);
70
if (!_surface_real) {
71
return -1;
72
}
0 commit comments