teenie weenie fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2480 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
29c22d6d44
commit
c83a034d12
|
@ -540,7 +540,7 @@ void CFrame::OnScreenshot(wxCommandEvent& WXUNUSED (event))
|
|||
{
|
||||
std::string name;
|
||||
GenerateScreenshotName(name);
|
||||
bool bPaused = Core::GetState() == Core::CORE_PAUSE;
|
||||
bool bPaused = (Core::GetState() == Core::CORE_PAUSE);
|
||||
|
||||
Core::SetState(Core::CORE_PAUSE);
|
||||
CPluginManager::GetInstance().GetVideo()->Video_Screenshot(name.c_str());
|
||||
|
|
Loading…
Reference in New Issue