diff options
| author | JosJuice <josjuice@gmail.com> | 2021-12-31 16:14:15 +0100 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2023-03-03 22:28:23 +0100 |
| commit | 792cb6219533bd9ce5154da9a87f6eabddfaa977 (patch) | |
| tree | 3dfb844880b0abeb5971496dbd87cdee46f88539 /Source/Core/InputCommon/ControllerInterface/Android/Android.h | |
| parent | 68ebb5c33e49aec1b7a49f1b1de94ef2291d319c (diff) | |
ControllerInterface/Android: Implement device population
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/Android/Android.h')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/Android/Android.h | 6 |
1 files changed, 5 insertions, 1 deletions
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 |
