mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VideoConfig: Remove bRunning
Value was set but not used.
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user