ControllerInterface/Android: Implement device population

This commit is contained in:
JosJuice
2023-03-03 22:28:23 +01:00
parent 68ebb5c33e
commit 792cb62195
4 changed files with 612 additions and 4 deletions
File diff suppressed because it is too large Load Diff
@@ -1,9 +1,13 @@
// Copyright 2008 Dolphin Emulator Project
// Copyright 2021 Dolphin Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
namespace ciface::Android
{
void Init();
void Shutdown();
void PopulateDevices();
} // namespace ciface::Android