mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 10:38:19 -05:00
InputCommon: add SDL joystick support
This commit is contained in:
19
src/input_common/sdl/sdl.h
Normal file
19
src/input_common/sdl/sdl.h
Normal file
@ -0,0 +1,19 @@
|
||||
// Copyright 2017 Citra Emulator Project
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "core/frontend/input.h"
|
||||
|
||||
namespace InputCommon {
|
||||
namespace SDL {
|
||||
|
||||
/// Initializes and registers SDL device factories
|
||||
void Init();
|
||||
|
||||
/// Unresisters SDL device factories and shut them down.
|
||||
void Shutdown();
|
||||
|
||||
} // namespace SDL
|
||||
} // namespace InputCommon
|
Reference in New Issue
Block a user