mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-05 11:08:16 +00:00
glcore, fix rotation
This commit is contained in:
parent
3d06b4aee2
commit
16681653b4
@ -1386,7 +1386,7 @@ static void gl_core_set_rotation(void *data, unsigned rotation)
|
|||||||
if (!gl)
|
if (!gl)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
gl->rotation = 90 * rotation;
|
gl->rotation = 270 * rotation;
|
||||||
gl_core_set_projection(gl, &gl_core_default_ortho, true);
|
gl_core_set_projection(gl, &gl_core_default_ortho, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user