Attempt to fix recent D3D plugin issue. Fix bug in debugger *<:-)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@198 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard
2008-08-14 19:57:46 +00:00
parent 6d887ea18a
commit 870194db21
6 changed files with 81 additions and 49 deletions

View File

@ -368,6 +368,8 @@ CFrame::InitBitmaps()
void
CFrame::OnOpen(wxCommandEvent& WXUNUSED (event))
{
if (Core::GetState() != Core::CORE_UNINITIALIZED)
return;
wxString path = wxFileSelector(
_T("Select the file to load"),
wxEmptyString, wxEmptyString, wxEmptyString,