Skip to content

Commit

Permalink
Minor adjustments to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tommitytom committed Jun 5, 2021
1 parent 4465081 commit b2ac668
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ It is also possible to bind the analog sticks to events:
LeftStickLeft, LeftStickRight, LeftStickDown, LeftStickUp, RightStickLeft, RightStickRight, RightStickDown, RightStickUp
```



All key/button names are CASE SENSITIVE!

## Multiple Instances
Expand Down Expand Up @@ -192,6 +190,7 @@ Prerequisites
- Clang compiler for Visual Studio (clang-cl). This can be installed with the Visual Studio Installer.
- [Rednex Game Boy Development System](https://github.com/gbdev/rgbds). Must be available via your systems PATH variable.
- [Premake 5](https://premake.github.io/). Must be available via your systems PATH variable.
- 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/`

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

Expand Down

0 comments on commit b2ac668

Please sign in to comment.