Skip to content

Commit bc53b2b

Browse files
authored
Add a debug message for the SET_ROTATION callback (#16454)
1 parent e510e92 commit bc53b2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runloop.c

+1
Original file line numberDiff line numberDiff line change
@@ -1903,6 +1903,7 @@ bool runloop_environment_cb(unsigned cmd, void *data)
19031903
unsigned rotation = *(const unsigned*)data;
19041904
bool video_allow_rotate = settings->bools.video_allow_rotate;
19051905

1906+
RARCH_DBG("[Environ]: SET_ROTATION: %u\n", rotation);
19061907
if (sys_info)
19071908
sys_info->core_requested_rotation = rotation;
19081909

0 commit comments

Comments
 (0)