comparison README.md @ 9:07f0e2f43204

*: add the restrict keyword when necessary also fixed some typos in the README
author Paper
date Fri, 16 Dec 2022 21:55:37 -0500
parents 3dee72fffe97
children
comparison
equal deleted inserted replaced
8:00399cc5f7ce 9:07f0e2f43204
1 # Discord GameSDK Winamp Plugin 1 # Discord GameSDK Winamp Plugin
2 2
3 This plugin is largely based off of clandrew's [wdrp](https://github.com/clandrew/wdrp). You can look at the screenshots in that repository, it looks pretty much identical. 3 This plugin is largely based off of clandrew's [wdrp](https://github.com/clandrew/wdrp). You can look at the screenshots in that repository, it looks pretty much identical.
4 4
5 ### Installing 5 ### Installing
6 You'll want to put gen_DiscordGameSDK.dll into Plugins directory, and discord_game_sdk into the Winamp directory. 6 You'll want to put gen_DiscordGameSDK.dll into the `Plugins` directory, and discord_game_sdk.dll into the `Winamp` directory.
7 7
8 ### Configuration 8 ### Configuration
9 The config file is located at `%AppData%\Roaming\Winamp\Plugins\wgsdk\config.txt`. It's pretty straightforward how to edit it. 9 The config file is located at `%AppData%\Roaming\Winamp\Plugins\wgsdk\config.txt`. It's pretty straightforward how to edit it.
10 10
11 ### Differences to wdrp 11 ### Differences to wdrp