From e53f5e6ac95b647467002122f5ff43db791199d6 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Thu, 10 Jan 2019 01:18:12 +0100 Subject: Bugfix: 'b' was being sent on first transmission instead of 99. Implemented sending PSX-EXE header. --- .vscode/tasks.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .vscode/tasks.json (limited to '.vscode') diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..984b32c --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,14 @@ +{ + // See https://go.microsoft.com/fwlink/?LinkId=733558 + // for the documentation about the tasks.json format + "version": "2.0.0", + "tasks": [ + { + "type": "cargo", + "task": "", + "problemMatcher": [ + "$rustc" + ] + } + ] +} \ No newline at end of file -- cgit v1.2.3