mirror of
https://github.com/Rosalie241/RMG.git
synced 2026-07-11 01:24:01 +02:00
3rdParty: apply zero init variable patch to mupen64plus-video-GLideN64
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user