mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
Android: Silence some more warnings.
This commit is contained in:
parent
7f1185b941
commit
3168361e32
3 changed files with 7 additions and 7 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue