This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
rpcs3
Watch
1
Star
0
Fork
0
You've already forked rpcs3
mirror of
https://github.com/RPCS3/rpcs3.git
synced
2024-11-25 20:22:30 +01:00
Code
Issues
Releases
Wiki
Activity
ec37e8f0dc
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-15 00:25:34 +02: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 10:34:41 +02:00
add_subdirectory
(
rtmidi
EXCLUDE_FROM_ALL
)
Reference in New Issue
Copy Permalink