Screenshot: don't squish video when it is rotated (#929)

This commit is contained in:
zakk4223
2024-11-14 05:07:04 -06:00
committed by GitHub
parent 2ae40aeadb
commit 7f57504f92
3 changed files with 23 additions and 1 deletions

View File

@@ -3904,3 +3904,12 @@ static void video_calculate_cvt(int h_pixels, int v_lines, float refresh_rate, i
video_calculate_cvt_int(h_pixels, v_lines, refresh_rate, 1, vmode);
}
}
int video_get_rotated()
{
return current_video_info.rotated;
}