summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerEmu/ControlGroup/Extension.cpp
blob: eb9dbc8a99ccd9510e2e0a508db5bf816f7d3230 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright 2017 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#include "InputCommon/ControllerEmu/ControlGroup/Extension.h"

#include <string>

#include "InputCommon/ControllerEmu/ControllerEmu.h"

namespace ControllerEmu
{
Extension::Extension(const std::string& name_) : ControlGroup(name_, GroupType::Extension)
{
}
}  // namespace ControllerEmu