mirror of https://github.com/stella-emu/stella.git
removed default, just to be sure
This commit is contained in:
parent
edab05dc47
commit
8f724708ac
|
@ -49,8 +49,8 @@ class PhysicalJoystickHandler
|
||||||
private:
|
private:
|
||||||
struct StickInfo
|
struct StickInfo
|
||||||
{
|
{
|
||||||
StickInfo(const nlohmann::json& map = nullptr, PhysicalJoystickPtr stick = nullptr)
|
StickInfo(const nlohmann::json map, PhysicalJoystickPtr stick = nullptr)
|
||||||
: mapping(map), joy{std::move(stick)} { }
|
: mapping(map), joy{std::move(stick)} {}
|
||||||
|
|
||||||
nlohmann::json mapping;
|
nlohmann::json mapping;
|
||||||
PhysicalJoystickPtr joy;
|
PhysicalJoystickPtr joy;
|
||||||
|
|
Loading…
Reference in New Issue