dolphin/Source/Core
Guilherme Janczak 68cbd2640d
fix linking against LLVM shared library
967280f140 broke linking against
libLLVM.so because it used the outdated way to link against LLVM from
CMake. This causes a compilation failure on systems that don't have the
LLVM static libraries, such as Arch Linux. On systems that have the
static libraries, it'll use them and increase binary sizes massively.

Switch to the newer llvm_config CMake macro from LLVM.
2024-05-03 11:56:15 +00:00
..
AudioCommon AudioCommon: When ALSA is absent on Linux, default to Cubeb backend 2024-04-16 14:06:28 -07:00
Common JitArm64: Increase farcode & nearcode cache size 2024-04-22 08:31:48 +02:00
Core Merge pull request #12716 from guijan/obsd-port 2024-05-02 16:42:31 +02:00
DiscIO Disabled Hardcore Mode when Achievements disabled 2024-05-02 04:44:52 -04:00
DolphinNoGUI Merge pull request #12716 from guijan/obsd-port 2024-05-02 16:42:31 +02:00
DolphinQt Merge pull request #12747 from mitaclaw/qt-memory-leaks 2024-05-02 17:30:49 +02:00
DolphinTool DolphinTool: Add an image extract command 2024-04-18 21:11:19 +02:00
InputCommon port to OpenBSD 2024-04-22 20:50:47 +00:00
MacUpdater CMake: Fix storyboard copying 2023-04-29 16:10:38 -05:00
UICommon fix linking against LLVM shared library 2024-05-03 11:56:15 +00:00
UpdaterCommon CMake: Use targets for all optionally-external dependencies 2023-06-15 01:41:41 -05:00
VideoBackends port to OpenBSD 2024-04-22 20:50:47 +00:00
VideoCommon Display active leaderboard data on screen 2024-05-01 06:43:19 -04:00
WinUpdater StringUtil: Move CommandLineToUtf8Argv() into Common namespace 2023-05-16 14:23:21 -04:00
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props VideoCommon: Use GetSpanForAddress safely in texture decoding 2024-04-20 18:31:08 +02:00
DolphinLib.vcxproj Externals: add tinygltf, a library used to load or save GLTF mesh files 2024-02-11 13:26:39 -06:00
DolphinLib.vcxproj.user
DolphinLib.x64.props Move x64 DSP JIT into DolphinLib.x64.props 2023-01-06 22:42:21 -08:00