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

#pragma once

namespace ciface::Android
{
void SetMotionSensorsEnabled(bool accelerometer_enabled, bool gyroscope_enabled);

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