1
0
Fork 0
forked from suyu/suyu
suyu/src
bunnei 51fb0a6f96 core: Switch to unique_ptr for usage of Common::Fiber.
- With using unique_ptr instead of shared_ptr, we have more explicit ownership of the context.
- Fixes a memory leak due to circular reference of the shared pointer.
2021-02-27 11:56:04 -08:00
..
audio_core revert to std::sin and std::cos 2021-02-12 18:48:10 -08:00
common core: Switch to unique_ptr for usage of Common::Fiber. 2021-02-27 11:56:04 -08:00
core core: Switch to unique_ptr for usage of Common::Fiber. 2021-02-27 11:56:04 -08:00
input_common Revert "Port citra-emu/citra#5123: "SDL: Disable hidapi drivers due to compatibility problems with certain controllers"" 2021-02-18 11:16:14 -05:00
tests core: Switch to unique_ptr for usage of Common::Fiber. 2021-02-27 11:56:04 -08:00
video_core Merge pull request #5953 from bunnei/memory-refactor-1 2021-02-27 12:48:35 -07:00
web_service web_service: follow-up fix to #4842 ... 2020-10-28 23:16:06 -06:00
yuzu Merge pull request #4298 from FearlessTobi/remove-cache-setting 2021-02-15 20:31:16 -08:00
yuzu_cmd Merge pull request #4298 from FearlessTobi/remove-cache-setting 2021-02-15 20:31:16 -08:00
.clang-format
CMakeLists.txt cmake: Enforce -Warray-bounds and -Wmissing-field-initializers globally 2021-01-24 17:31:29 -03:00