Add a debug message for the SET_ROTATION callback (#16454)

This commit is contained in:
Rob Loach 2024-04-20 17:38:13 -04:00 committed by GitHub
parent e510e92d79
commit bc53b2bc6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;