mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-07 04:30:58 +00:00
apply anti-aliasing where available and appropriate
This commit is contained in:
parent
0e5ce49f46
commit
9116cae283
@ -792,6 +792,7 @@ static SDL_Surface * init_sdl_video(int width, int height, int bpp, Uint32 flags
|
||||
}
|
||||
}
|
||||
|
||||
SDL_SetHint(SDL_HINT_RENDER_SCALE_QUALITY, "linear");
|
||||
if (SDL_RenderSetLogicalSize(sdl_renderer, width, height) != 0) {
|
||||
printf("ERROR: Unable to set SDL rendeer's logical size (to %dx%d): %s\n",
|
||||
width, height, SDL_GetError());
|
||||
|
Loading…
x
Reference in New Issue
Block a user