update comment for previous commit too

This commit is contained in:
CasualPokePlayer 2024-10-14 23:55:17 -07:00
parent c703b5f6a2
commit cef4f10ed8
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.NDS
else
{
_glContext = _openGLProvider.RequestGLContext(majorGlVersion, minorGlVersion, true);
// update buffer width/height for scaling
// reallocate video buffer for scaling
if (_activeSyncSettings.GLScaleFactor > 1)
{
var maxWidth = (256 * _activeSyncSettings.GLScaleFactor) * 3 + ((128 * _activeSyncSettings.GLScaleFactor) * 4 / 3) + 1;