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