mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Improved some error msgs, added preliminary memory view window, split plugin ini files.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@42 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -251,11 +251,9 @@ CDIHandler::ChangeNumPlayers( DWORD dwNumPlayers, BOOL bResetOwnership, BOOL bRe
|
||||
MessageBox( m_hWnd, sz, _T("Too Many Users"), MB_OK | MB_ICONEXCLAMATION );
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
MessageBox(NULL, "ChangeNumPlayers", "Pad", MB_OK);
|
||||
MessageBox(NULL, "Error creating DirectInput device.", "Pad DX9", MB_OK);
|
||||
return S_FALSE;
|
||||
break;
|
||||
}
|
||||
|
||||
m_pInputDeviceManager->Cleanup();
|
||||
|
Reference in New Issue
Block a user