mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
remove-set-rotation-message (#16453)
Whenever `SET_ROTATION` is called, it outputs an INFO message in the logs. Can get quite busy. I'm assuming this was here during someone's debugging?
This commit is contained in:
parent
30c8e31e53
commit
e510e92d79
@ -1903,7 +1903,6 @@ bool runloop_environment_cb(unsigned cmd, void *data)
|
||||
unsigned rotation = *(const unsigned*)data;
|
||||
bool video_allow_rotate = settings->bools.video_allow_rotate;
|
||||
|
||||
RARCH_LOG("[Environ]: SET_ROTATION: %u\n", rotation);
|
||||
if (sys_info)
|
||||
sys_info->core_requested_rotation = rotation;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user