From 792cb6219533bd9ce5154da9a87f6eabddfaa977 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Fri, 31 Dec 2021 16:14:15 +0100 Subject: ControllerInterface/Android: Implement device population --- Source/Core/InputCommon/ControllerInterface/Android/Android.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Source/Core/InputCommon/ControllerInterface/Android/Android.h') diff --git a/Source/Core/InputCommon/ControllerInterface/Android/Android.h b/Source/Core/InputCommon/ControllerInterface/Android/Android.h index 9f57f5ba2e..8b8478d7ac 100644 --- a/Source/Core/InputCommon/ControllerInterface/Android/Android.h +++ b/Source/Core/InputCommon/ControllerInterface/Android/Android.h @@ -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 -- cgit v1.2.3