Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 499 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 499 Bytes

The MB Rewind Project

These are the source files required to build the Rewind plugin along with a few other plugins used by MB-Rewind

Build

Build using CMake.
Visual Studio 2019 required for Windows.
Xcode 9.4.1 for Mac.

To build the plugin.

cmake -DMBPBUILD:BOOL=OFF CMakeLists.txt
cmake  --build . --target Rewind FrameRateUnlock

To build the plugin for MBP-Rewind

cmake -DMBPBUILD:BOOL=ON CMakeLists.txt
cmake  --build . --target Rewind FrameRateUnlock DiscordRPC