mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-02 19:12:47 +02:00
Merge pull request #1663 from Buddybenj/Fix-Warning
Remove RunningGamecube (unused variable)
This commit is contained in:
commit
0e1d98a43f
@ -1699,7 +1699,6 @@ void CFrame::UpdateGUI()
|
|||||||
bool Paused = Core::GetState() == Core::CORE_PAUSE;
|
bool Paused = Core::GetState() == Core::CORE_PAUSE;
|
||||||
bool Stopping = Core::GetState() == Core::CORE_STOPPING;
|
bool Stopping = Core::GetState() == Core::CORE_STOPPING;
|
||||||
bool RunningWii = Initialized && SConfig::GetInstance().m_LocalCoreStartupParameter.bWii;
|
bool RunningWii = Initialized && SConfig::GetInstance().m_LocalCoreStartupParameter.bWii;
|
||||||
bool RunningGamecube = Initialized && !SConfig::GetInstance().m_LocalCoreStartupParameter.bWii;
|
|
||||||
|
|
||||||
// Make sure that we have a toolbar
|
// Make sure that we have a toolbar
|
||||||
if (m_ToolBar)
|
if (m_ToolBar)
|
||||||
|
Loading…
Reference in New Issue
Block a user