mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Add a debug message for the SET_ROTATION callback (#16454)
This commit is contained in:
parent
e510e92d79
commit
bc53b2bc6b
@ -1903,6 +1903,7 @@ bool runloop_environment_cb(unsigned cmd, void *data)
|
|||||||
unsigned rotation = *(const unsigned*)data;
|
unsigned rotation = *(const unsigned*)data;
|
||||||
bool video_allow_rotate = settings->bools.video_allow_rotate;
|
bool video_allow_rotate = settings->bools.video_allow_rotate;
|
||||||
|
|
||||||
|
RARCH_DBG("[Environ]: SET_ROTATION: %u\n", rotation);
|
||||||
if (sys_info)
|
if (sys_info)
|
||||||
sys_info->core_requested_rotation = rotation;
|
sys_info->core_requested_rotation = rotation;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user