Refactor Mupen Movies
This commit is contained in:
@@ -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", ""},
|
||||
|
||||
Reference in New Issue
Block a user