diff --git a/CMakeLists.txt b/CMakeLists.txt index 85a915e2..1a876e58 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,8 +48,6 @@ endif() if(BUILD_LIBRETRO_CORE) set(CMAKE_POSITION_INDEPENDENT_CODE ON) - set(ENABLE_DISCORD_RPC OFF) - set(ENABLE_LUAJIT OFF) add_compile_definitions(__LIBRETRO__) endif()