mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
always return false if rotation unavailable
This commit is contained in:
parent
fc898d016b
commit
211e7d4094
@ -7510,7 +7510,7 @@ bool runloop_environment_cb(unsigned cmd, void *data)
|
|||||||
|
|
||||||
RARCH_LOG("[Environ]: SET_ROTATION: %u\n", rotation);
|
RARCH_LOG("[Environ]: SET_ROTATION: %u\n", rotation);
|
||||||
if (!video_allow_rotate)
|
if (!video_allow_rotate)
|
||||||
break;
|
return false;
|
||||||
|
|
||||||
if (system)
|
if (system)
|
||||||
system->rotation = rotation;
|
system->rotation = rotation;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user