3rdParty: apply zero init variable patch to mupen64plus-video-GLideN64

This commit is contained in:
Rosalie Wanders
2025-11-16 17:03:46 +01:00
parent 13ab10c262
commit 0ecf762d30
@@ -197,7 +197,7 @@ void ConfigDialog::_init(bool reInit, bool blockCustomSettings)
ui->overscanPalBottomSpinBox->setValue(config.frameBufferEmulation.overscanPAL.bottom);
QStringList fullscreenModesList, fullscreenRatesList;
int fullscreenMode, fullscreenRate;
int fullscreenMode = 0, fullscreenRate = 0;
fillFullscreenResolutionsList(fullscreenModesList, fullscreenMode, fullscreenRatesList, fullscreenRate);
#ifdef M64P_GLIDENUI
if (fullscreenModesList.isEmpty() && fullscreenRatesList.isEmpty()) {