mirror of https://github.com/stella-emu/stella.git
fixed wording
This commit is contained in:
parent
3e8486d4de
commit
d4d34faf53
src/common
|
@ -35,7 +35,7 @@ NLOHMANN_JSON_SERIALIZE_ENUM(JoyDir, {
|
|||
{JoyDir::NONE, nullptr},
|
||||
{JoyDir::ANALOG, "analog"},
|
||||
{JoyDir::NEG, "negative"},
|
||||
{JoyDir::POS, "position"}
|
||||
{JoyDir::POS, "positive"}
|
||||
})
|
||||
|
||||
NLOHMANN_JSON_SERIALIZE_ENUM(JoyHatDir, {
|
||||
|
|
Loading…
Reference in New Issue