mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,7 @@ void CFrame::OnScreenshot(wxCommandEvent& WXUNUSED (event))
|
||||||
{
|
{
|
||||||
std::string name;
|
std::string name;
|
||||||
GenerateScreenshotName(name);
|
GenerateScreenshotName(name);
|
||||||
bool bPaused = Core::GetState() == Core::CORE_PAUSE;
|
bool bPaused = (Core::GetState() == Core::CORE_PAUSE);
|
||||||
|
|
||||||
Core::SetState(Core::CORE_PAUSE);
|
Core::SetState(Core::CORE_PAUSE);
|
||||||
CPluginManager::GetInstance().GetVideo()->Video_Screenshot(name.c_str());
|
CPluginManager::GetInstance().GetVideo()->Video_Screenshot(name.c_str());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue