mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-16 12:58:33 +02: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