From a9e97c1d2105ccaee848fc441e96f8413f8fd2ee Mon Sep 17 00:00:00 2001 From: Simone Date: Tue, 14 May 2024 11:18:24 +0200 Subject: [PATCH] Fix default "Return" input --- src/frontend/JSONUtils.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/JSONUtils.hpp b/src/frontend/JSONUtils.hpp index 7f8e394d..5ee7193a 100644 --- a/src/frontend/JSONUtils.hpp +++ b/src/frontend/JSONUtils.hpp @@ -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", ""},