From 15f20e88febea044df472fba333b440cb15d3ca0 Mon Sep 17 00:00:00 2001 From: Michel Heily Date: Sat, 1 Feb 2020 11:28:41 +0200 Subject: [PATCH] chore: Update launch.json Former-commit-id: 950fba30f8e517d8e6a1bce90bcd4762b1fb7bc2 --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 25c47a6..0bd114f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,8 +9,8 @@ "type": "cppvsdbg", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/target/debug/main.exe", - "args": ["${workspaceFolder}/tonc_gba_demo/dma_demo.gba", "--skip-bios"], + "program": "${workspaceFolder}/target/debug/rba-sdl2.exe", + "args": ["--skip-bios"], "stopAtEntry": false, "cwd": "${workspaceFolder}", "environment": [],