mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
commit
1a8b185c5e
@ -1390,7 +1390,7 @@ static void gl_core_set_rotation(void *data, unsigned rotation)
|
||||
if (!gl)
|
||||
return;
|
||||
|
||||
gl->rotation = 90 * rotation;
|
||||
gl->rotation = 270 * rotation;
|
||||
gl_core_set_projection(gl, &gl_core_default_ortho, true);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user