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"},
{"B", "C"},
{"Z", "Z"},
{"Start", "Enter"},
{"Start", "Return"},
{"L", "A"},
{"R", "S"},
{"Dpad Up", ""},