yuzu/src
Morph 407dc917f1 bounded_threadsafe_queue: Deduplicate and add PushModes
Adds the PushModes Try and Wait to allow producers to specify how they want to push their data to the queue if the queue is full.
If the queue is full:
- Try will fail to push to the queue, returning false. Try only returns true if it successfully pushes to the queue. This may result in items not being pushed into the queue.
- Wait will wait until a slot is available to push to the queue, resulting in potential for deadlock if a consumer is not running.
2023-03-21 19:20:21 -04:00
..
audio_core general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
common bounded_threadsafe_queue: Deduplicate and add PushModes 2023-03-21 19:20:21 -04:00
core kernel: fix LOG_TRACE in ipc 2023-03-19 10:02:20 -04:00
dedicated_room cmake: move find-modules to root cmake dir 2023-01-02 18:22:07 +01:00
input_common input_common: sdl: Only send last vibration command 2023-03-12 21:30:02 -06:00
network general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
shader_recompiler general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
tests general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
video_core bounded_threadsafe_queue: Deduplicate and add PushModes 2023-03-21 19:20:21 -04:00
web_service externals: Update cpp-httplib to latest 2023-02-21 20:55:37 +01:00
yuzu configure_audio: Fix output mode setting not saving 2023-03-13 17:41:30 -04:00
yuzu_cmd main: (Windows) Set the current timer resolution to the maximum 2023-03-05 02:36:31 -05:00
.clang-format chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
CMakeLists.txt general: fix spelling mistakes 2023-03-12 11:33:01 -04:00