yuzu/src
Lioncash c4af7b3f5c host1x/syncpoint_manager: Pass DeregisterAction() handle as const-ref
The handle is only compared against and not modified in any way, so we
can pass it by const reference.

This also allows us to mark the respective parameters for
DeregisterGuestAction() and DeregisterHostAction() as const references
as well.
2022-11-29 08:55:33 -05:00
..
audio_core Use the maximum input index for samples buffer span size, not just the input count 2022-11-22 15:32:11 +00:00
common Merge pull request #9339 from lioncash/cacheheader 2022-11-28 13:12:20 -05:00
core Merge pull request #9340 from lioncash/nvdrv 2022-11-29 08:27:13 -05:00
dedicated_room Merge pull request #8944 from Tachi107/patch-2 2022-10-06 16:59:04 -07:00
input_common Merge pull request #9338 from lioncash/properties 2022-11-28 13:12:14 -05:00
network Merge pull request #8876 from FearlessTobi/multiplayer-part3 2022-10-01 14:53:36 -07:00
shader_recompiler spirv_emit_context: add missing flat decoration 2022-11-18 22:05:28 -05:00
tests tests: fix for -Wall 2022-10-25 15:20:23 +00:00
video_core host1x/syncpoint_manager: Pass DeregisterAction() handle as const-ref 2022-11-29 08:55:33 -05:00
web_service Show error from cpp-httplib when we don't have a response to read (report errors while connecting to API) (#8999) 2022-10-05 21:39:54 +02:00
yuzu yuzu/main: Merge variable declaration into ifdef 2022-11-28 08:40:41 -05:00
yuzu_cmd Merge pull request #9325 from german77/default_by_default 2022-11-28 08:14:32 -05:00
.clang-format chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
CMakeLists.txt CMakeLists: Disable -Wbraced-scalar-init on Clang 2022-10-22 15:02:04 -04:00