mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-06 20:53:31 +01:00
![JosJuice](/assets/img/avatar_default.png)
ButtonManager is very different from how a normal input backend works, and is making it hard for us to improve controller support on Android. The following commits will add a new input backend in its place.
10 lines
187 B
C++
10 lines
187 B
C++
// Copyright 2008 Dolphin Emulator Project
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
namespace ciface::Android
|
|
{
|
|
void PopulateDevices();
|
|
} // namespace ciface::Android
|