From ae4f9e22265a914c2e52752cb4bf39a35f9252b2 Mon Sep 17 00:00:00 2001 From: pixeltris <6952411+pixeltris@users.noreply.github.com> Date: Mon, 23 Dec 2019 01:52:34 +0000 Subject: [PATCH] Clarify how to run command logger --- CommandLogger/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommandLogger/README.md b/CommandLogger/README.md index 9e82a2d..308ef04 100644 --- a/CommandLogger/README.md +++ b/CommandLogger/README.md @@ -1,3 +1,3 @@ Compile with `cl.exe /LD /EHsc GK6XLoggerLoader.cpp` using Visual Studio Developer Command Prompt (32 bit only) -Place the produced dll and the C# GK6X.exe in the folder of the GK6X software \ No newline at end of file +Place the produced dll, the C# GK6X.exe (using x86 build config), and the Data folder into the offical GK6X software folder. Run the GK6X.exe inside that folder.