index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
externals
/
CMakeLists.txt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-30
cmake: prefer system oaknut library
Alexandre Bouvier
1
-2
/
+3
2024-01-24
Rework time service to fix time passing offline.
Kelebek1
1
-0
/
+3
2024-01-22
Add Vulkan-Utility-Libraries dependency
Mike Lothian
1
-0
/
+5
2023-11-30
cmake: prefer system gamemode library
Alexandre Bouvier
1
-2
/
+4
2023-11-30
cmake: sync gamemode conditionals with code after 5eec980a2d71
Jan Beich
1
-1
/
+1
2023-11-29
general: conditionally compile gamemode on linux only
Liam
1
-1
/
+1
2023-11-26
cmake: prefer system simpleini library
Alexandre Bouvier
1
-1
/
+3
2023-11-25
cmake: move gamemode target include into its file
flodavid
1
-1
/
+0
2023-11-25
yuzu: create linux group in general settings
flodavid
1
-2
/
+1
2023-11-25
yuzu: integrate gamemode support on linux
xcfrg
1
-0
/
+6
2023-11-25
arm: Implement native code execution backend
Liam
1
-4
/
+4
2023-11-25
externals: Add oaknut submodule
GPUCode
1
-0
/
+4
2023-11-21
general: Remove inih
t895
1
-5
/
+0
2023-11-21
config: Unify config handling under frontend_common
t895
1
-0
/
+3
2023-10-25
cmake: prefer system stb headers
Alexandre Bouvier
1
-1
/
+5
2023-10-23
externals: stb: Add image write
german77
1
-1
/
+1
2023-10-22
externals/opus: use CMakeLists shipped with Opus itself
liushuyu
1
-0
/
+4
2023-10-08
qt: implement automatic crash dump support
Liam
1
-0
/
+102
2023-10-08
externals: stb: Split library into cpp file
Narr the Reg
1
-1
/
+1
2023-09-18
cmake: prefer system renderdoc header
Alexandre Bouvier
1
-2
/
+5
2023-09-14
debug: Add renderdoc capture hotkey
GPUCode
1
-0
/
+3
2023-08-26
Skip additional mbedcrypto warnings options on MSVC
Liam
1
-3
/
+5
2023-08-26
Avoid `$<CXX_COMPILER_ID:Clang>` because it doesn't include AppleClang.
comex
1
-3
/
+5
2023-08-26
Warnings cleanup for GCC 13 and Clang 16
comex
1
-0
/
+10
2023-07-12
cmake: allow using system VMA library
Alexandre Bouvier
1
-3
/
+3
2023-06-28
video_core: Add BCn decoding support
GPUCode
1
-0
/
+3
2023-06-26
externals: Use cmake subdirectory
GPUCode
1
-1
/
+1
2023-06-18
externals: Add vma and initialize it
lat9nq
1
-0
/
+5
2023-06-12
Re-enable SDL's CPUinfo subsystem
zeltermann
1
-1
/
+2
2023-06-05
nx_tzdb: Create headers from downloaded system archive data
lat9nq
1
-0
/
+3
2023-06-03
build: only enable adrenotools on arm64
Liam
1
-1
/
+3
2023-06-03
externals: add adrenotools for bcenabler
Liam
1
-0
/
+4
2023-05-24
cmake: apply defaults to all externals
Alexandre Bouvier
1
-19
/
+23
2023-05-23
textures: add BC1 and BC3 compressors and recompression setting
Liam
1
-0
/
+4
2023-02-28
externals: use openssl from vcpkg
Alexandre Bouvier
1
-29
/
+6
2023-02-22
cmake: fix cpp-jwt build
Alexandre Bouvier
1
-10
/
+8
2023-01-23
cmake: prefer system llvm library
Alexandre Bouvier
1
-3
/
+6
2023-01-14
Add stacktrace symbol demangling
Kelebek1
1
-0
/
+4
2023-01-05
cmake: support the standard cmake testing option
Alexandre Bouvier
1
-0
/
+3
2023-01-02
cmake: move find-modules to root cmake dir
Alexandre Bouvier
1
-4
/
+0
2023-01-02
cmake: allow options shadowing with normal variables
Alexandre Bouvier
1
-7
/
+10
2022-12-29
cmake: make Vulkan-Headers external the default
Liam
1
-1
/
+1
2022-12-28
cmake: make libusb optional
Liam
1
-1
/
+1
2022-12-06
cmake: prefer system libusb
Alexandre Bouvier
1
-2
/
+2
2022-12-04
cmake: prefer system libraries
Alexandre Bouvier
1
-15
/
+30
2022-12-04
yuzu-cmd: link SDL2 correctly
Liam
1
-1
/
+0
2022-12-04
externals: update dynarmic, SDL2
Liam
1
-3
/
+1
2022-12-04
externals: disable xbyak install targets after cbaf642ffe4b
Jan Beich
1
-1
/
+1
2022-11-29
CMake: Directly link to SDL2-static when appropriate
lat9nq
1
-1
/
+0
2022-11-23
externals: always use LibreSSL on Windows
Liam
1
-4
/
+8
2022-11-23
general: fix compile for Apple Clang
Liam
1
-0
/
+3
2022-11-09
Initial ARM64 support
Liam
1
-6
/
+5
2022-09-04
Fix Cmake warning for CMP0077
Vamsi Krishna
1
-1
/
+0
2022-08-01
build(externals): rename Findopus to FindOpus
Andrea Pappacoda
1
-1
/
+1
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
1
-1
/
+2
2022-07-25
Address first part of review comments
FearlessTobi
1
-0
/
+5
2022-07-25
network: Add initial files and enet dependency
FearlessTobi
1
-0
/
+4
2022-06-14
general: fix compilation on MinGW GCC 12
Liam
1
-0
/
+5
2022-04-01
audio_core: remove time stretcher
Andrea Pappacoda
1
-3
/
+0
2022-01-12
cmake: make tests optional
Alexandre Bouvier
1
-4
/
+0
2021-12-21
Add support for linking against system opus
Andrew Udvare
1
-3
/
+3
2021-12-17
externals/SDL: update SDL to version with Wayland build fix
Andrew Udvare
1
-4
/
+4
2021-12-17
externals/CMakeLists: fix detection/init of Switch controllers in SDL 2.0.18
Andrew Udvare
1
-3
/
+4
2021-12-16
externals/ffmpeg: set the cmake variable twice ...
liushuyu
1
-0
/
+3
2021-12-16
externals: fix a regression when using MSVC
liushuyu
1
-0
/
+1
2021-12-16
video_core/codecs: (re-spin) refactor ffmpeg searching and handling
liushuyu
1
-0
/
+5
2021-12-15
Revert "video_core/codecs: refactor ffmpeg searching and handling in cmake"
bunnei
1
-5
/
+0
2021-12-14
ffmpeg: move the whole tree into externals/ffmpeg/ffmpeg ...
liushuyu
1
-0
/
+5
2021-12-10
build: remove remaining bits of Unicorn
Andrea Pappacoda
1
-4
/
+0
2021-11-16
Vulkan: Reimplement FSR constant generation functions to avoid GCC warnings
Marshall Mohror
1
-3
/
+0
2021-11-16
Presentation: Only use FP16 in scaling shaders on supported devices in Vulkan
Marshall Mohror
1
-0
/
+3
2021-09-29
externals: Remove libzip
Morph
1
-7
/
+0
2021-08-15
dynarmic: Update and enable DYNARMIC_IGNORE_ASSERTS
Merry
1
-0
/
+1
2021-08-15
xbyak: Update include path
Merry
1
-1
/
+3
2021-07-16
emu_window_sdl2_vk: Use the generated SDL config
lat9nq
1
-1
/
+1
2021-06-18
externals: httplib: replace custom httplib header with upstream as submodule.
Vortex
1
-1
/
+1
2021-06-06
Add SDL2 audio backend
Clément Gallet
1
-2
/
+2
2021-06-03
cmake: General improvements to libusb linking
lat9nq
1
-0
/
+5
2021-05-31
externals: Use defaults for building SDL2 on WIN32
lat9nq
1
-11
/
+13
2021-05-10
Only build SDL2 subsystems that we use
v1993
1
-1
/
+12
2021-05-09
On Linux, build SDL2 from externals with HIDAPI support
v1993
1
-0
/
+1
2021-05-09
externals: Use SDL2 statically
lat9nq
1
-0
/
+3
2021-04-18
cmake: Use SDL 2.0.14 and fix CMake scope issue
lat9nq
1
-2
/
+1
2021-04-17
externals: Add SDL 2.0.12
lat9nq
1
-0
/
+6
2021-04-08
externals: Search for shared opus installation.
Markus Wick
1
-1
/
+5
2021-04-02
externals: Fix case spelling of libzip.
Markus Wick
1
-2
/
+2
2020-12-25
cmake: Always enable Vulkan
ReinUsesLisp
1
-3
/
+1
2020-10-27
externals: auto detect system OpenSSL
liushuyu
1
-2
/
+2
2020-10-27
web_backend: fix a regression introduced in 39c8d18
liushuyu
1
-11
/
+14
2020-10-13
core/CMakeLists: Make some warnings errors
Lioncash
1
-0
/
+3
2020-07-01
externals: Track opus as submodule instead of using conan
David Marcec
1
-0
/
+3
2020-06-17
externals: Revert to libressl, as build is broken with find_package(OpenSSL). (#4093)
bunnei
1
-1
/
+10
2020-06-15
CMakeLists: xbyak comes before dynarmic
MerryMage
1
-8
/
+7
2020-05-30
Add xbyak external
David Marcec
1
-0
/
+8
2020-05-08
Replace externals with Conan (#3735)
James Rowe
1
-81
/
+6
2020-04-17
externals: Update fmt to 6.2.0
Lioncash
1
-2
/
+2
2020-04-16
externals: Use shared libraries if possible
Markus Wick
1
-19
/
+65
2020-04-16
externals: Move LibreSSL linking to httplib.
Markus Wick
1
-1
/
+6
2019-10-30
externals: Track upstream libzip
Lioncash
1
-0
/
+1
2019-10-13
externals: Move OSS font data to file_sys in core
Zach Hilman
1
-3
/
+0
2019-10-04
CMakeLists: Make libzip excluded from the ALL target
Lioncash
1
-1
/
+1
2019-10-04
externals: Use upstream zlib
Lioncash
1
-3
/
+3
2019-09-30
externals: Add zlib and libzip libraries to handle ZIP file parsing
Zach Hilman
1
-0
/
+6
2019-09-22
Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"
David Marcec
1
-0
/
+3
2019-09-22
externals: Move OSS font data to file_sys in core
Zach Hilman
1
-3
/
+0
2019-05-07
externals: Update dynarmic to master
Lioncash
1
-4
/
+4
2019-04-10
video_core: Add sirit as optional dependency with Vulkan
ReinUsesLisp
1
-0
/
+5
2019-03-29
externals: Add libzstd_static to externals CMakeLists.txt
unknown
1
-0
/
+4
2018-11-21
common: Remove dependency on xbyak
Lioncash
1
-9
/
+0
2018-10-02
Review comments - part 3
fearlessTobi
1
-1
/
+1
2018-10-02
Address more review comments
fearlessTobi
1
-4
/
+4
2018-10-02
Add submodules
fearlessTobi
1
-0
/
+25
2018-09-11
Use open-source shared fonts if no dumped file is available (#1269)
Tobias
1
-0
/
+3
2018-09-08
Add audio stretching support
fearlessTobi
1
-0
/
+3
2018-08-08
externals/CMakeLists: Add EXCLUDE_FROM_ALL to lz4's add_subdirectory() command
Lioncash
1
-1
/
+1
2018-08-07
Make mbedtls and cubeb not install headers and libraries
Zion Nimchuk
1
-2
/
+2
2018-08-01
Remove files that are not used
Zach Hilman
1
-0
/
+4
2018-07-31
audio_core: Implement Sink and SinkStream interfaces with cubeb.
bunnei
1
-0
/
+6
2018-07-31
Implemented various hwopus functions (#853)
David
1
-0
/
+4
2018-04-02
externals: Update fmt to 4d35f94
Daniel Lim Wee Soong
1
-0
/
+1
2018-01-13
Massive removal of unused modules
James Rowe
1
-37
/
+0
2018-01-13
core: Gut out cryptop, since it doesn't compile with C++17.
bunnei
1
-3
/
+0
2018-01-12
arm_dynarmic: Implement core
MerryMage
1
-1
/
+9
2018-01-04
cmake: Don't compile Dynarmic as it's unused.
bunnei
1
-8
/
+1
2017-09-30
externals: Add lz4.
bunnei
1
-0
/
+5
2017-09-11
Build: Enable SSL in mingw by linking against WinSSL
James Rowe
1
-2
/
+17
2017-07-18
Don't pull in entire JSON repo for single header file
James
1
-1
/
+1
2017-07-12
web_service: Add CMake flag to enable.
bunnei
1
-10
/
+12
2017-07-10
externals: Add JSON as a submodule.
bunnei
1
-0
/
+4
2017-07-09
externals: Add CPR as a submodule.
bunnei
1
-0
/
+6
2017-07-07
Implement basic virtual Room support based on enet (#2803)
B3n30
1
-0
/
+4
2017-06-17
Stop using reserved operator names (and/or/xor) with Xbyak
Yuri Kunde Schlesner
1
-3
/
+1
2017-05-28
CMake: Move definitions of externals to the CMakeLists in that directory
Yuri Kunde Schlesner
1
-6
/
+42
2017-05-28
CMake: Create an INTERFACE target for Catch
Yuri Kunde Schlesner
1
-0
/
+4
2017-05-27
Add the fmt string formatting library
Yuri Kunde Schlesner
1
-0
/
+1
2017-02-13
Core: add cryptopp library (#2412)
Weiyi Wang
1
-0
/
+3
2016-12-15
Externals: Add Xbyak
Yuri Kunde Schlesner
1
-0
/
+8