mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 22:58:50 +00:00
Remove code which got obsoleted by r5890.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5906 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
961bac32b3
commit
e8ed50854a
4 changed files with 3 additions and 26 deletions
|
@ -245,15 +245,6 @@ void Initialize(void *init)
|
|||
return;
|
||||
}
|
||||
|
||||
std::wstring msg;
|
||||
if( !D3D::DXCheck(msg) )
|
||||
{
|
||||
msg.insert( 0, _T("Unable to initialize Direct3D. ") );
|
||||
msg.append( _T("\n\nHave a nice crash. :P") );
|
||||
MessageBox( (HWND)g_VideoInitialize.pWindowHandle, msg.c_str(), _T("Critical Error"), MB_ICONERROR|MB_OK );
|
||||
ShellExecute( NULL, NULL, _T("http://www.microsoft.com/downloads/details.aspx?FamilyID=2da43d38-db71-4c1b-bc6a-9b6652cd92a3"), NULL, NULL, SW_SHOWNORMAL );
|
||||
}
|
||||
|
||||
g_VideoInitialize.pPeekMessages = &Callback_PeekMessages;
|
||||
g_VideoInitialize.pUpdateFPSDisplay = &UpdateFPSDisplay;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue