Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
304 B
C++
Raw Normal View History

// Copyright 2013 Dolphin Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#include "InputCommon/ControllerInterface/Android/Android.h"
2021-12-09 18:22:16 -08:00
#include "InputCommon/ControllerInterface/ControllerInterface.h"
namespace ciface::Android
{
void PopulateDevices()
{
}
} // namespace ciface::Android