2014-02-10 13:54:46 -05:00
|
|
|
// Copyright 2013 Dolphin Emulator Project
|
2021-07-05 03:22:19 +02:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
2013-04-14 23:02:53 -05:00
|
|
|
|
2014-02-17 05:18:15 -05:00
|
|
|
#include "InputCommon/ControllerInterface/Android/Android.h"
|
2021-12-09 18:22:16 -08:00
|
|
|
|
2016-06-12 17:08:04 +02:00
|
|
|
#include "InputCommon/ControllerInterface/ControllerInterface.h"
|
2013-04-14 23:02:53 -05:00
|
|
|
|
2019-06-17 16:39:24 -04:00
|
|
|
namespace ciface::Android
|
2013-04-14 23:02:53 -05:00
|
|
|
{
|
2016-10-16 13:39:05 -07:00
|
|
|
void PopulateDevices()
|
2013-04-14 23:02:53 -05:00
|
|
|
{
|
2018-09-02 16:55:22 -04:00
|
|
|
}
|
2019-06-17 16:39:24 -04:00
|
|
|
} // namespace ciface::Android
|