summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/Android/Android.cpp
blob: d59dc035885197cbac3cc22b06e2933f62bbbda0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2013 Dolphin Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later

#include "InputCommon/ControllerInterface/Android/Android.h"

#include "InputCommon/ControllerInterface/ControllerInterface.h"

namespace ciface::Android
{
void PopulateDevices()
{
}
}  // namespace ciface::Android