mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Common: Fix printf format warning.
This commit is contained in:
parent
4960c8a07a
commit
38bbd4b8a7
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user