Merry
da236f22b3
ffmpeg: Fix mis-maching argument warning for endif
4 years ago
bunnei
de0c647109
externals: Dynarmic: Update to latest rev.
- Fixes inaccurate size reporting in SpaceRemaining, which caused crashes in yuzu with SSBU.
4 years ago
Fernando Sahmkow
b752b3325d
Update dynarmic.
4 years ago
Moonlacer
71ae167f3a
Update FSR to 1.0.2
Updates yuzu's FSR implementation to 1.0.2
4 years ago
Valeri
42efbdc492
Improve FFmpeg cmake file
* Fix compilation if CUDA_INCLUDE_DIRS is empty/contains multiple paths
* Pass CMAKE_{C,CXX}_COMPILER_LAUNCHER to ffmpeg compiler
4 years ago
Alexandre Bouvier
4b791bcad7
cmake: make tests optional
4 years ago
liushuyu
5bce65d4ab
externals/dynarmic: update to latest revision ...
... to resolve compilation errors with fmt 8.1
4 years ago
Morph
810ca88634
externals: Update dynarmic to 28714ee7
Reduces compilation times on MSVC.
4 years ago
Andrew Udvare
60b80eb63d
Add support for linking against system opus
4 years ago
Fernando Sahmkow
790bbcb016
Vulkan: Implement VK_EXT_primitive_topology_list_restart
4 years ago
Andrew Udvare
f08afbb11e
externals/SDL: update SDL to version with Wayland build fix
4 years ago
Andrew Udvare
df677c8e92
externals/CMakeLists: fix detection/init of Switch controllers in SDL 2.0.18
Enable SDL_THREADS and SDL_ATOMIC
Also set SDL_WAYLAND=OFF due to build issue
Closes #7572
4 years ago
liushuyu
e962e791eb
externals/ffmpeg: set the cmake variable twice ...
... to avoid leaving variable undefined in the current scope
4 years ago
liushuyu
9885209b9f
externals: fix a regression when using MSVC
4 years ago
liushuyu
f722e83537
video_core/codecs: (re-spin) refactor ffmpeg searching and handling
4 years ago
bunnei
15a4248f46
Revert "video_core/codecs: refactor ffmpeg searching and handling in cmake"
4 years ago
liushuyu
538db2d872
CI: fix CI on Linux
4 years ago
liushuyu
3f9ff5ca17
ffmpeg: move the whole tree into externals/ffmpeg/ffmpeg ...
* this resolves the todo items in the CMakeLists.txt
* a version requirement check for ffmpeg is added to catch issues early
* for future-proof reasons, nasm/yasm is now only required when build on
x86/AMD64 systems
4 years ago
Andrea Pappacoda
d87bd3fd57
build: remove remaining bits of Unicorn
Unicorn has been removed in 5c55f3b585
4 years ago
Narr the Reg
2568d5368f
input_common: Update SDL to 2.0.18
4 years ago
Andrea Pappacoda
7daf85271b
build: update cubeb and remove the result_of comment
Cubeb doesn't use result_of anymore, it has been dropped in commit
mozilla/cubeb@75d9d125ee655ef80f3bfcd97ae5a805931042b8
4 years ago
Marshall Mohror
71e8b72b01
Vulkan: Reimplement FSR constant generation functions to avoid GCC warnings
4 years ago
Marshall Mohror
c2f855fb98
Presentation: Only use FP16 in scaling shaders on supported devices in Vulkan
4 years ago
ameerj
c81ced43ae
externals: Add only included ffx-fsr headers
The submodule adds a lot of unneeded bloat due its addition of samples that contain large media files that are difficult to compress.
4 years ago
Morph
79620e22e1
externals: Update dynarmic to cce7e4ee
4 years ago
Morph
ca8400ec1d
externals: Remove libzip
4 years ago
Merry
1aa44659ce
dynarmic: Update and enable DYNARMIC_IGNORE_ASSERTS
4 years ago
Merry
891e19ef4c
xbyak: Update include path
4 years ago
german77
51d94e7bea
externals: Update sdl2 to 2.0.16
4 years ago
ReinUsesLisp
65069df8aa
shader: Remove old shader management
5 years ago
ReinUsesLisp
605783f828
spirv: Initial bindings support
5 years ago
ReinUsesLisp
60342eb0c0
shader: Add support for forward declarations
5 years ago
ReinUsesLisp
c4d75e4b78
shader: Initial implementation of an AST
5 years ago
ReinUsesLisp
5ee600cf64
spirv: Initial SPIR-V support
5 years ago
lat9nq
6340c4801f
emu_window_sdl2_vk: Use the generated SDL config
On Linux, due to the way we include SDL2 as a submodule, it makes it
difficult for us to specify which SDL_config.h we intended to include.
Before, CMake would default to the dummy one included with SDL and
ignore the generated one.
This tells CMake to use the generated one. In addition, we define
USING_GENERATED_CONFIG_H to throw an error in case the dummy config is
used by accident. Fixes Vulkan not working on Linux yuzu-cmd.
5 years ago
lat9nq
cea7e42223
cmake: Specify the compiler on autotools externals
Enables CCache on externals if available.
5 years ago
MerryMage
7fb0dbf195
libusb: Apple is a POSIX system
5 years ago
Lioncash
fe19f98dd0
externals: Update dynarmic to allow fmt compilation to succeed
5 years ago
Fernando Sahmkow
1592ec32bc
Update dynarmic and add new unsafe CPU option.
5 years ago
Vortex
b0965d25b9
externals: httplib: replace custom httplib header with upstream as submodule.
This also includes a minor change to web_service.cpp - to fix compatibility with upstream changes.
5 years ago
Vortex
425cb74238
update submodule discord-rpc to latest [now deprecated]
5 years ago
lat9nq
c902147d82
cmake: Fix find_program usage for 3.15
yuzu requires CMake 3.15 yet find_program was using REQUIRED, which is
only available on 3.18 and later. Instead, we check for
"<VAR>-NOTFOUND".
In addition, check for additional requirements before building libusb or
FFmpeg with autotools. Otherwise, CMake configuration will pass yet
compilation will fail.
5 years ago
lat9nq
9e98d307a1
externals: Don't set FOUND or VERSION on LIBUSB
Fixes an issue where libusb.h wouldn't be found when building yuzu on
MSVC.
This only affects the "traditional" CMake pathway for linking libusb to
yuzu AKA MSVC. For autotools we still want to set these variables before
configuring SDL.
5 years ago
Markus Wick
99f6d60a99
core: Make use of fastmem
6 years ago
lat9nq
79090c34bf
externals: Update SDL to 2f248a2a
5 years ago
Clément Gallet
34848e5eda
Add SDL2 audio backend
5 years ago
ReinUsesLisp
752f3b8d6b
externals: Update dynarmic
5 years ago
lat9nq
0033535d4c
externals: libusb: Call program names not full paths
5 years ago
lat9nq
cfecc4f2b2
externals: libusb: Link libusb statically on Linux
Turns out that this is possible. Also addresses my own review comment.
5 years ago
lat9nq
21d81ee941
cmake: General improvements to libusb linking
Delegates libusb external communication to externals/CMakeLists.txt
Ensures an interface library `usb` for every pathway
input_common just links to the `usb` library now
externals/libusb/CMakeLists.txt sets variables to override SDL2's libusb
finding
Other minor cleanup
5 years ago