From 10bf05fb295d083e80b5529c641a66bd6d456a5c Mon Sep 17 00:00:00 2001 From: ultrasn0w Date: Mon, 4 Dec 2017 17:29:42 +0100 Subject: [PATCH] Clarify 32bit dll usage https://github.com/ultrasn0w/foo_drpc/issues/2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40b631f..25470e5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Foobar2000 music status for Discord Rich Presence! # How to use 1. Grab release, place component .dll in \foobar2000\components\ or drop foo_drpc directory in \%userdir%\AppData\Roaming\foobar2000\user-components\. -2. Grab release from https://github.com/discordapp/discord-rpc and place the discord-rpc.dll from the \bin\ directory in your foobar200 root directory (alongside foobar2000.exe). +2. Grab release from https://github.com/discordapp/discord-rpc and place the discord-rpc.dll from the \bin\ directory in your foobar200 root directory (alongside foobar2000.exe). Make sure to grab the 32bit .dll because foobar2000 is a 32bit program. 3. Add foobar2000 to discords detected games (Settings -> Games -> Add it). # How to compile