Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
melonDS
Commits
740071e4
Commit
740071e4
authored
Jul 20, 2021
by
Arisotura
Browse files
oopsies
parent
98072d82
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/frontend/qt_sdl/main.cpp
View file @
740071e4
...
...
@@ -346,6 +346,7 @@ void EmuThread::run()
videoSettingsDirty
=
false
;
videoSettings
.
Soft_Threaded
=
Config
::
Threaded3D
!=
0
;
videoSettings
.
GL_ScaleFactor
=
Config
::
GL_ScaleFactor
;
videoSettings
.
GL_BetterPolygons
=
Config
::
GL_BetterPolygons
;
#ifdef OGLRENDERER_ENABLED
if
(
hasOGL
)
...
...
@@ -2600,7 +2601,7 @@ void MainWindow::onEmuStart()
actImportSavefile
->
setEnabled
(
true
);
actSetupCheats
->
setEnabled
(
true
);
actROMInfo
->
setEnabled
(
true
);
}
...
...
@@ -2622,7 +2623,7 @@ void MainWindow::onEmuStop()
actFrameStep
->
setEnabled
(
false
);
actSetupCheats
->
setEnabled
(
false
);
actROMInfo
->
setEnabled
(
false
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment