mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 01:59:02 +00:00
Video: polish aspect ratio related code comments to make it clearer
This commit is contained in:
parent
b4bfc4feba
commit
24004af814
7 changed files with 20 additions and 12 deletions
|
@ -53,6 +53,7 @@ void WidescreenManager::Update()
|
|||
}
|
||||
|
||||
// Heuristic to detect if a GameCube game is in 16:9 anamorphic widescreen mode.
|
||||
// Cheats that change the game aspect ratio to natively unsupported ones won't be recognized here.
|
||||
void WidescreenManager::UpdateWidescreenHeuristic()
|
||||
{
|
||||
const auto flush_statistics = g_vertex_manager->ResetFlushAspectRatioCount();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue