Skip to content

Commit b2ac668

Browse files
committed
Minor adjustments to readme
1 parent 4465081 commit b2ac668

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ It is also possible to bind the analog sticks to events:
8888
LeftStickLeft, LeftStickRight, LeftStickDown, LeftStickUp, RightStickLeft, RightStickRight, RightStickDown, RightStickUp
8989
```
9090

91-
92-
9391
All key/button names are CASE SENSITIVE!
9492

9593
## Multiple Instances
@@ -192,6 +190,7 @@ Prerequisites
192190
- Clang compiler for Visual Studio (clang-cl). This can be installed with the Visual Studio Installer.
193191
- [Rednex Game Boy Development System](https://github.com/gbdev/rgbds). Must be available via your systems PATH variable.
194192
- [Premake 5](https://premake.github.io/). Must be available via your systems PATH variable.
193+
- To build the VST2 target, you need to acquire the VST2 SDK. `aeffect.h` and `affectx.h` need to be copied in to `thirdparty/iPlug2/Dependencies/IPlug/VST2_SDK/`
195194

196195
All other dependencies are included in the repository. Run `configure.bat`, this will write a project to `build/vs2019/RetroPlug.sln`. Open and build.
197196

0 commit comments

Comments
 (0)