this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build fix #1818

nesbox 803a9114 2d34660c

+4
+4
src/system/sdl/main.c
··· 588 588 589 589 static void calcTextureRect(SDL_Rect* rect) 590 590 { 591 + #if defined (CRT_SHADER_SUPPORT) 591 592 // Integer Scaling works in non CRT mode only 592 593 bool integerScale = !studio_config(platform.studio)->options.crt; 594 + #else 595 + bool integerScale = true; 596 + #endif 593 597 594 598 s32 sw, sh, w, h; 595 599 SDL_GetWindowSize(platform.window, &sw, &sh);