mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-19 19:00:09 +02:00
If the format is not one of the expected ones, just return rather than
proceeding with uninitialized data. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5495 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -538,6 +538,9 @@ void CCodeWindow::OnToggleDLLWindow(int Id, bool _Show, int i)
|
||||
PLUGINTYPE = PLUGIN_TYPE_VIDEO;
|
||||
Title = wxT("Video");
|
||||
break;
|
||||
default:
|
||||
PanicAlert("CCodeWindow::OnToggleDLLWindow");
|
||||
return;
|
||||
}
|
||||
|
||||
if (_Show)
|
||||
|
Reference in New Issue
Block a user