mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 02:29:59 -06:00
Video: polish aspect ratio related code comments to make it clearer
This commit is contained in:
@ -477,7 +477,7 @@ float VideoInterfaceManager::GetAspectRatio() const
|
||||
// signal (which would be 4:3)
|
||||
|
||||
// This function only deals with standard aspect ratios. For widescreen aspect ratios,
|
||||
// multiply the result by 1.33333..
|
||||
// multiply the result by 1.33333... (the ratio between 16:9 and 4:3)
|
||||
|
||||
// 1. Get our active area in BT.601 samples (more or less pixels)
|
||||
int active_lines = m_vertical_timing_register.ACV;
|
||||
|
Reference in New Issue
Block a user