mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-02 13:01:18 +12:00
Remove cemuhook and fix exports (#73)
This commit is contained in:
parent
fb76d714f2
commit
ca78b92718
35 changed files with 38 additions and 792 deletions
|
@ -41,10 +41,6 @@ option(ENABLE_OPENGL "Enables the OpenGL backend" ON)
|
|||
option(ENABLE_VULKAN "Enables the Vulkan backend" ON)
|
||||
option(ENABLE_DISCORD_RPC "Enables the Discord Rich Presence feature" ON)
|
||||
|
||||
if (WIN32)
|
||||
option(ENABLE_CEMUHOOK "Enables Cemuhook compatibility" ON)
|
||||
endif()
|
||||
|
||||
# input backends
|
||||
if (WIN32)
|
||||
option(ENABLE_XINPUT "Enables the usage of XInput" ON)
|
||||
|
@ -116,5 +112,4 @@ endif()
|
|||
add_subdirectory(dependencies/ih264d)
|
||||
add_subdirectory(dependencies/ZArchive)
|
||||
|
||||
add_subdirectory(src)
|
||||
|
||||
add_subdirectory(src)
|
Loading…
Add table
Add a link
Reference in a new issue