mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 16:49:27 +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
|
@ -50,7 +50,6 @@ Renderer::Renderer(std::unique_ptr<SwapChain> swap_chain)
|
|||
swap_chain ? static_cast<int>(swap_chain->GetHeight()) : 0),
|
||||
m_swap_chain(std::move(swap_chain))
|
||||
{
|
||||
g_Config.bRunning = true;
|
||||
UpdateActiveConfig();
|
||||
|
||||
// Set to something invalid, forcing all states to be re-initialized.
|
||||
|
@ -60,7 +59,6 @@ Renderer::Renderer(std::unique_ptr<SwapChain> swap_chain)
|
|||
|
||||
Renderer::~Renderer()
|
||||
{
|
||||
g_Config.bRunning = false;
|
||||
UpdateActiveConfig();
|
||||
|
||||
// Ensure all frames are written to frame dump at shutdown.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue