mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00: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:
parent
1b2d7ef56d
commit
3c71be6100
13 changed files with 866 additions and 46 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue