citra/src/video_core
Wunk ac9d72a95c
vk_texture_runtime: Fix debug scope label lambda-capture (#7102)
`DebugScope` was capturing a `string_view` in a lambda which is only
valid during the scope of this ctor. When the lambda gets invoked at a
later time, it will read undefined garbage. The lambda needs to make a
deep copy of this `string_view` into a `string` so that it is valid by
the time the scheduler invokes this lambda.
2023-11-01 21:30:54 +01:00
..
2023-09-13 01:28:50 +03:00
2020-02-13 17:34:16 +08:00
2020-08-19 01:45:57 -03:00
2023-09-13 01:28:50 +03:00
2022-08-21 02:22:57 +03:00