Skip to content

Commit 6272a90

Browse files
committed
Change label.
1 parent ef363c4 commit 6272a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/NintendoSwitch/Programs/NintendoSwitch_RecordKeyboardController.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ JsonValue RecordKeyboardController::controller_history_to_json(Logger& logger, C
307307
// cout << std::to_string(duration) << endl;
308308
// cout << prev_controller_state.dump() << endl;
309309
JsonObject recording = prev_controller_state.clone();
310-
recording["duration_in_ms"] = duration;
310+
recording["ms"] = duration;
311311
json_array.push_back(std::move(recording));
312312
prev_snapshot = &snapshot; // update the previous non-duplicate snapshot
313313
}

0 commit comments

Comments
 (0)