IPC: formatting & typo

This commit is contained in:
Gauvain 'GovanifY' Roussel-Tarbouriech 2021-03-04 00:19:09 +01:00 committed by refractionpcsx2
parent 23897eca23
commit 1949c586f3
2 changed files with 1 additions and 2 deletions

View File

@ -611,7 +611,7 @@ set(pcsx2GuiSources
gui/Dialogs/McdConfigDialog.cpp
gui/Dialogs/PickUserModeDialog.cpp
gui/Dialogs/SysConfigDialog.cpp
gui/Dialogs/IPCDialog.cpp
gui/Dialogs/IPCDialog.cpp
gui/Debugger/BreakpointWindow.cpp
gui/Debugger/CtrlDisassemblyView.cpp
gui/Debugger/CtrlRegisterList.cpp

View File

@ -45,7 +45,6 @@ Dialogs::IPCDialog::IPCDialog(wxWindow* parent)
*this += new wxStaticText(this, wxID_ANY, _("IPC Slot"));
*this += ipc_slot;
*this += confirm;
}
void Dialogs::IPCDialog::OnConfirm(wxCommandEvent& evt)