mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-11 00:29:11 +01:00
ef32a10d69
Changes were also made for codestyle compliance.
13 lines
293 B
C++
13 lines
293 B
C++
// Copyright 2008 Dolphin Emulator Project
|
|
// Licensed under GPLv2+
|
|
// Refer to the license.txt file included.
|
|
|
|
#pragma once
|
|
|
|
namespace ciface::Android
|
|
{
|
|
void SetMotionSensorsEnabled(bool accelerometer_enabled, bool gyroscope_enabled);
|
|
|
|
void PopulateDevices();
|
|
} // namespace ciface::Android
|