Refactor Mupen Movies

This commit is contained in:
SimoneN64
2024-05-10 21:05:23 +02:00
committed by Simone
parent e940b6731a
commit 423647d69a
12 changed files with 205 additions and 184 deletions

View File

@@ -21,20 +21,20 @@ static inline nlohmann::json JSONOpenOrCreate(const std::string& path) {
json["audio"]["lock"] = true;
json["cpu"]["type"] = "interpreter";
json["input"] = {
{"A", ""},
{"B", ""},
{"Z", ""},
{"Start", ""},
{"L", ""},
{"R", ""},
{"A", "X"},
{"B", "C"},
{"Z", "Z"},
{"Start", "Enter"},
{"L", "A"},
{"R", "S"},
{"Dpad Up", ""},
{"Dpad Down", ""},
{"Dpad Left", ""},
{"Dpad Right", ""},
{"C Up", ""},
{"C Down", ""},
{"C Left", ""},
{"C Right", ""},
{"C Up", "I"},
{"C Down", "K"},
{"C Left", "J"},
{"C Right", "L"},
{"Analog Up", ""},
{"Analog Down", ""},
{"Analog Left", ""},