This website requires JavaScript.
Explore
Help
Sign In
mirror
/
rpcs3
Watch
1
Star
0
Fork
0
You've already forked rpcs3
mirror of
https://github.com/RPCS3/rpcs3.git
synced
2025-01-01 12:08:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
96b7e4c67f
rpcs3
/
3rdparty
/
rtmidi
/
CMakeLists.txt
3 lines
99 B
CMake
Raw
Normal View
History
Unescape
Escape
Disables jack being forcibly linked by rtmidi
2023-10-14 22:25:34 +00:00
option
(
RTMIDI_API_JACK
"Compile with JACK support."
OFF
)
Implement support for emulating Rock Band 3's MIDI Pro Adapter Co-authored-by: Megamouse <studienricky89@googlemail.com>
2023-04-09 08:34:41 +00:00
add_subdirectory
(
rtmidi
EXCLUDE_FROM_ALL
)
Reference in New Issue
Copy Permalink