mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-19 07:00:56 -05:00
ControllerInterface/Android: Implement device population
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user