mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
GCAdapterConfigDiag: Mark OnUpdateAdapter parameter as unused.
This commit is contained in:
parent
1ae9027a6b
commit
2d9ef3412a
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ void GCAdapterConfigDiag::ScheduleAdapterUpdate()
|
|||
wxQueueEvent(this, new wxCommandEvent(wxEVT_ADAPTER_UPDATE));
|
||||
}
|
||||
|
||||
void GCAdapterConfigDiag::OnUpdateAdapter(wxCommandEvent& ev)
|
||||
void GCAdapterConfigDiag::OnUpdateAdapter(wxCommandEvent& WXUNUSED(event))
|
||||
{
|
||||
bool unpause = Core::PauseAndLock(true);
|
||||
if (GCAdapter::IsDetected())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue