yuzu/src
bunnei a952fbc5b3
Merge pull request #3388 from bunnei/service-shared-ptr
hle: services: Use std::shared_ptr instead of copy by value.
- This is a prerequisite to adding a mutex to `ServiceFramework`, which cannot be copied.
- This will be used for threaded services.
2020-02-08 21:35:30 -05:00
..
audio_core core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 2019-11-26 21:55:39 -05:00
common Merge pull request #3326 from FearlessTobi/port-5039 2020-01-24 20:59:57 -05:00
core hle: services: Use std::shared_ptr instead of copy by value. 2020-02-07 23:02:26 -05:00
input_common input_common/udp: Ensure that UDP is shut down within Shutdown() 2020-02-03 09:29:15 -05:00
tests core/memory: Migrate over memory mapping functions to the new Memory class 2019-11-26 21:53:34 -05:00
video_core Merge pull request #3387 from bunnei/gpu-mpscqueue 2020-02-08 21:15:48 -05:00
web_service web_service/telemetry_json: Report USER_CONFIG 2020-01-29 17:53:11 -03:00
yuzu Merge pull request #3360 from CJBok/statusbar-buttons 2020-02-03 16:57:18 -05:00
yuzu_cmd yuzu_cmd: Fix memcpy on Vulkan handlers 2020-01-29 17:53:11 -03:00
yuzu_tester yuzu: Implement Vulkan frontend 2020-01-29 17:53:11 -03:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt CMake: Create thin archives on Linux 2020-01-19 12:52:09 +01:00