mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +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;
|
||||
bool video_allow_rotate = settings->bools.video_allow_rotate;
|
||||
|
||||
RARCH_DBG("[Environ]: SET_ROTATION: %u\n", rotation);
|
||||
if (sys_info)
|
||||
sys_info->core_requested_rotation = rotation;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user