diff --git a/Common/System/Display.cpp b/Common/System/Display.cpp index 7f79cc5041..15af7de4e3 100644 --- a/Common/System/Display.cpp +++ b/Common/System/Display.cpp @@ -63,6 +63,6 @@ void DisplayProperties::Print() { printf("dpi_real: %f, %f\n", dpi_scale_real_x, dpi_scale_real_y); printf("display_hz: %f\n", display_hz); - printf("rotation: %d\n", rotation); + printf("rotation: %d\n", (int)rotation); rot_matrix.print(); }