mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-08 18:45:48 +00:00
VideoConfig: Remove bRunning
Value was set but not used.
This commit is contained in:
parent
eefae402b3
commit
a0b41c83e7
6 changed files with 0 additions and 10 deletions
|
@ -696,7 +696,6 @@ Renderer::Renderer()
|
|||
|
||||
// Because of the fixed framebuffer size we need to disable the resolution
|
||||
// options while running
|
||||
g_Config.bRunning = true;
|
||||
|
||||
// The stencil is used for bounding box emulation when SSBOs are not available
|
||||
glDisable(GL_STENCIL_TEST);
|
||||
|
@ -764,7 +763,6 @@ void Renderer::Shutdown()
|
|||
{
|
||||
g_framebuffer_manager.reset();
|
||||
|
||||
g_Config.bRunning = false;
|
||||
UpdateActiveConfig();
|
||||
|
||||
s_raster_font.reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue