yuzu/src/tests/common
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
..
bit_field.cpp tests: Fix warning about comparison between signed and unsigned 2020-11-27 17:41:20 -05:00
cityhash.cpp common/cityhash: Use common types 2021-02-18 00:45:17 -03:00
fibers.cpp core: Switch to unique_ptr for usage of Common::Fiber. 2021-02-27 11:56:04 -08:00
param_package.cpp externals: Update catch to 2.3.0 2018-08-07 19:26:13 -04:00
ring_buffer.cpp ring_buffer: Remove granularity template argument 2021-02-06 19:16:00 +00:00