[ChannelFHawk] Unnecessary comments
This commit is contained in:
parent
de698f05a7
commit
f826da6286
|
@ -125,12 +125,8 @@ namespace BizHawk.Emulation.Cores.Consoles.ChannelF
|
|||
|
||||
private static double GetVerticalModifier(int bufferWidth, int bufferHeight, double targetAspectRatio)
|
||||
{
|
||||
// Calculate the current aspect ratio
|
||||
double currentAspectRatio = (double)bufferWidth / bufferHeight;
|
||||
|
||||
// Calculate the vertical modifier needed to achieve the target aspect ratio
|
||||
double verticalModifier = currentAspectRatio / targetAspectRatio;
|
||||
|
||||
return verticalModifier;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue