when I run the simulator on macbook, after reduce the SDL_ZOOM, the screen will become will become extremely blurry, that need add SDL_WINDOW_ALLOW_HIGHDPI flag to resolve it when create SDL Window
that result of add SDL_WINDOW_ALLOW_HIGHDPI flag
so, I think could add SDL_HIGHDPI micro define to config the flag?
Hope for your response, thanks!
when I run the simulator on macbook, after reduce the SDL_ZOOM, the screen will become will become extremely blurry, that need add
SDL_WINDOW_ALLOW_HIGHDPIflag to resolve it when create SDL Windowthat result of add
SDL_WINDOW_ALLOW_HIGHDPIflagso, I think could add
SDL_HIGHDPImicro define to config the flag?Hope for your response, thanks!