mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-26 20:58:28 -05:00
MappingButton: remove GetFirstButtonPress logic
This commit is contained in:
@@ -114,16 +114,6 @@ void MappingWidget::Update()
|
||||
LoadSettings();
|
||||
}
|
||||
|
||||
bool MappingWidget::GetFirstButtonPress()
|
||||
{
|
||||
if (m_first)
|
||||
{
|
||||
m_first = false;
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
ControllerEmu::EmulatedController* MappingWidget::GetController() const
|
||||
{
|
||||
return m_parent->GetController();
|
||||
|
||||
Reference in New Issue
Block a user