mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
InputCommon: move Setting classes out of ControlGroup
This commit is contained in:
15
Source/Core/InputCommon/ControllerEmu/Setting/Setting.h
Normal file
15
Source/Core/InputCommon/ControllerEmu/Setting/Setting.h
Normal file
@ -0,0 +1,15 @@
|
||||
// Copyright 2017 Dolphin Emulator Project
|
||||
// Licensed under GPLv2+
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace ControllerEmu
|
||||
{
|
||||
enum class SettingType
|
||||
{
|
||||
NORMAL, // normal settings are saved to configuration files
|
||||
VIRTUAL, // virtual settings are not saved at all
|
||||
};
|
||||
|
||||
} // namespace ControllerEmu
|
Reference in New Issue
Block a user