Fix default "Return" input

This commit is contained in:
Simone
2024-05-14 11:18:24 +02:00
parent 059f884ca7
commit a9e97c1d21

View File

@@ -24,7 +24,7 @@ static inline nlohmann::json JSONOpenOrCreate(const std::string& path) {
{"A", "X"}, {"A", "X"},
{"B", "C"}, {"B", "C"},
{"Z", "Z"}, {"Z", "Z"},
{"Start", "Enter"}, {"Start", "Return"},
{"L", "A"}, {"L", "A"},
{"R", "S"}, {"R", "S"},
{"Dpad Up", ""}, {"Dpad Up", ""},