ControllerInterface/Android: Implement device population

This commit is contained in:
JosJuice
2021-12-31 16:14:15 +01:00
parent 68ebb5c33e
commit 792cb62195
4 changed files with 612 additions and 4 deletions

View File

@ -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