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:
|
||||
struct StickInfo
|
||||
{
|
||||
StickInfo(const nlohmann::json& map = nullptr, PhysicalJoystickPtr stick = nullptr)
|
||||
: mapping(map), joy{std::move(stick)} { }
|
||||
StickInfo(const nlohmann::json map, PhysicalJoystickPtr stick = nullptr)
|
||||
: mapping(map), joy{std::move(stick)} {}
|
||||
|
||||
nlohmann::json mapping;
|
||||
PhysicalJoystickPtr joy;
|
||||
|
|
Loading…
Reference in New Issue