mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-26 12:59:18 +01:00
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,
|
[4] = SDL_PIXELFORMAT_RGB565,
|
||||||
[5] = SDL_PIXELFORMAT_BGR565
|
[5] = SDL_PIXELFORMAT_BGR565
|
||||||
},
|
},
|
||||||
.max_texture_width = 1024,
|
.max_texture_width = 4096,
|
||||||
.max_texture_height = 1024,
|
.max_texture_height = 4096,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user