mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-21 05:09:46 -06:00
oopsies
This commit is contained in:
@ -346,6 +346,7 @@ void EmuThread::run()
|
|||||||
videoSettingsDirty = false;
|
videoSettingsDirty = false;
|
||||||
videoSettings.Soft_Threaded = Config::Threaded3D != 0;
|
videoSettings.Soft_Threaded = Config::Threaded3D != 0;
|
||||||
videoSettings.GL_ScaleFactor = Config::GL_ScaleFactor;
|
videoSettings.GL_ScaleFactor = Config::GL_ScaleFactor;
|
||||||
|
videoSettings.GL_BetterPolygons = Config::GL_BetterPolygons;
|
||||||
|
|
||||||
#ifdef OGLRENDERER_ENABLED
|
#ifdef OGLRENDERER_ENABLED
|
||||||
if (hasOGL)
|
if (hasOGL)
|
||||||
@ -2600,7 +2601,7 @@ void MainWindow::onEmuStart()
|
|||||||
actImportSavefile->setEnabled(true);
|
actImportSavefile->setEnabled(true);
|
||||||
|
|
||||||
actSetupCheats->setEnabled(true);
|
actSetupCheats->setEnabled(true);
|
||||||
|
|
||||||
actROMInfo->setEnabled(true);
|
actROMInfo->setEnabled(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2622,7 +2623,7 @@ void MainWindow::onEmuStop()
|
|||||||
actFrameStep->setEnabled(false);
|
actFrameStep->setEnabled(false);
|
||||||
|
|
||||||
actSetupCheats->setEnabled(false);
|
actSetupCheats->setEnabled(false);
|
||||||
|
|
||||||
actROMInfo->setEnabled(false);
|
actROMInfo->setEnabled(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user