mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Android: Silence some more warnings.
This commit is contained in:
@ -58,7 +58,7 @@ namespace ButtonManager
|
||||
TRIGGER_R
|
||||
};
|
||||
|
||||
void AddBind(std::string dev, sBind *bind)
|
||||
static void AddBind(std::string dev, sBind *bind)
|
||||
{
|
||||
auto it = m_controllers.find(dev);
|
||||
if (it != m_controllers.end())
|
||||
|
Reference in New Issue
Block a user