mirror of
https://github.com/yawut/SDL.git
synced 2026-07-06 19:54:20 -05:00
render/wiiu: Drawing is synchronized with refresh rate
This commit is contained in:
parent
d9111d5873
commit
2961cdf16a
|
|
@ -208,7 +208,7 @@ SDL_RenderDriver WIIU_RenderDriver = {
|
|||
.CreateRenderer = WIIU_SDL_CreateRenderer,
|
||||
.info = {
|
||||
.name = "WiiU GX2",
|
||||
.flags = SDL_RENDERER_ACCELERATED | SDL_RENDERER_TARGETTEXTURE,
|
||||
.flags = SDL_RENDERER_ACCELERATED | SDL_RENDERER_PRESENTVSYNC | SDL_RENDERER_TARGETTEXTURE,
|
||||
.num_texture_formats = 13, //21,
|
||||
.texture_formats = {
|
||||
/* TODO: Alpha-less (X) formats */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user