yuzu/src
ReinUsesLisp 4009ae1da2 bootmanager: Use std::stop_source for stopping emulation
Use its std::stop_token to abort shader cache loading.

Using std::stop_token instead of std::atomic_bool allows the usage of
other utilities like std::stop_callback.
2021-06-22 00:04:57 -03:00
..
audio_core Various suggestions by v1993 and lioncash 2021-06-07 12:51:59 +02:00
common Merge pull request #6499 from FernandoS27/we-were-on-a-break 2021-06-21 14:56:08 -07:00
core Merge pull request #6499 from FernandoS27/we-were-on-a-break 2021-06-21 14:56:08 -07:00
input_common Merge pull request #6407 from lat9nq/fix-libusb-2 2021-06-10 23:35:30 -07:00
tests tests: Add tests for host memory 2021-06-11 17:27:06 +02:00
video_core bootmanager: Use std::stop_source for stopping emulation 2021-06-22 00:04:57 -03:00
web_service externals: httplib: replace custom httplib header with upstream as submodule. 2021-06-19 02:18:58 +05:30
yuzu bootmanager: Use std::stop_source for stopping emulation 2021-06-22 00:04:57 -03:00
yuzu_cmd bootmanager: Use std::stop_source for stopping emulation 2021-06-22 00:04:57 -03:00
.clang-format
CMakeLists.txt