mirror of https://github.com/encounter/SDL.git
Allow larger texture sizes
This commit is contained in:
parent
4708c6bb96
commit
91fe2b67f5
|
@ -118,8 +118,8 @@ SDL_RenderDriver VITA_GXM_RenderDriver = {
|
|||
[4] = SDL_PIXELFORMAT_RGB565,
|
||||
[5] = SDL_PIXELFORMAT_BGR565
|
||||
},
|
||||
.max_texture_width = 1024,
|
||||
.max_texture_height = 1024,
|
||||
.max_texture_width = 4096,
|
||||
.max_texture_height = 4096,
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue