2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core
Markus Wick 5096ed5e0a externals: Search for shared opus installation.
We had used conan for opus before, but there was a bug in the AVX detection.
However we still had the Findopus.cmake file within the repository, but not used.

This patch reenables the Findopus helper and prefer the system wide installation of opus.
2021-04-08 23:49:32 +02:00
..
arm arm_dynarmic: Increase size of code cache 2021-04-02 18:09:15 +01:00
crypto aes_util: Remove malformed mbedtls_cipher_finish function call 2021-03-05 02:05:05 -05:00
file_sys Merge pull request #6070 from Morph1984/sysver-11.0.1 2021-03-16 18:13:12 -07:00
frontend hid: Implement GC controller 2021-02-07 22:59:46 -06:00
hle Merge pull request #6145 from lat9nq/nvhost_empty_memcpy 2021-04-08 13:23:05 -07:00
loader hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable. 2021-02-18 16:16:25 -08:00
memory hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable. 2021-02-18 16:16:25 -08:00
network [network] Error handling reform 2021-02-28 17:25:31 -05:00
tools
CMakeLists.txt externals: Search for shared opus installation. 2021-04-08 23:49:32 +02:00
constants.cpp
constants.h
core.cpp core: Shutdown: Move kernel cleanup to later in shutdown. 2021-03-01 21:42:06 -08:00
core.h
core_timing.cpp
core_timing.h
core_timing_util.h core: core_timing_util: Optimize core timing math. 2021-02-15 14:54:06 -08:00
cpu_manager.cpp common: Fiber: use a reference for YieldTo. 2021-03-07 13:46:53 -08:00
cpu_manager.h Revert "core: Switch to unique_ptr for usage of Common::Fiber." 2021-03-05 17:08:17 -08:00
device_memory.cpp
device_memory.h
hardware_interrupt_manager.cpp
hardware_interrupt_manager.h
hardware_properties.h kernel: k_light_lock: Simplify EmuThreadHandle implementation. 2021-01-28 21:42:26 -08:00
memory.cpp hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable. 2021-02-18 16:16:25 -08:00
memory.h core: memory: Add templated GetPointer methods. 2021-02-18 16:16:24 -08:00
perf_stats.cpp
perf_stats.h
reporter.cpp hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable. 2021-02-18 16:16:25 -08:00
reporter.h
settings.cpp settings: Log the cache, config, and mod load directories 2021-02-02 04:01:05 -05:00
settings.h Add mouse panning 2021-02-07 20:31:58 -06:00
telemetry_session.cpp
telemetry_session.h