mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-17 14:47:19 +01:00
Oops
This commit is contained in:
parent
a86ba3916e
commit
05e5a7cb05
@ -985,7 +985,7 @@ VITA_GXM_RenderReadPixels(SDL_Renderer *renderer, const SDL_Rect *rect,
|
|||||||
Uint32 pixel_format, void *pixels, int pitch)
|
Uint32 pixel_format, void *pixels, int pitch)
|
||||||
{
|
{
|
||||||
// TODO: read from texture rendertarget. Although no-one sane should do it.
|
// TODO: read from texture rendertarget. Although no-one sane should do it.
|
||||||
if (render->target) {
|
if (renderer->target) {
|
||||||
return SDL_Unsupported();
|
return SDL_Unsupported();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user