mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
Get 2501 closer to "working".
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2502 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -315,7 +315,7 @@ HRESULT ScreenShot(const char *File)
|
||||
|
||||
void Video_Screenshot(const char *_szFilename)
|
||||
{
|
||||
if(ScreenShot(_szFilename) != S_OK)
|
||||
if (ScreenShot(_szFilename) != S_OK)
|
||||
PanicAlert("Error while capturing screen");
|
||||
else {
|
||||
std::string message = "Saved ";
|
||||
|
Reference in New Issue
Block a user