citra/src
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
..
android externals: allow user to use system inih (#7073) 2023-10-16 19:31:56 -07:00
audio_core audio_core: Clear time stretcher after flushing to avoid sample bleed. (#7081) 2023-10-24 17:22:10 -07:00
citra externals: allow user to use system inih (#7073) 2023-10-16 19:31:56 -07:00
citra_qt citra-qt: ensure image interface is registered before starting game (#7090) 2023-10-24 17:21:38 -07:00
common build: fix build failure when not using precompiled headers (#7087) 2023-10-23 17:21:35 -03:00
core Add missing FS:USER functions (#7051) 2023-10-31 14:01:25 -07:00
dedicated_room build: Expose ENABLE_SCRIPTING and ENABLE_WEB_SERVICE flags as public. (#6872) 2023-08-07 03:12:49 -07:00
input_common automap: fix power button mapping (#6972) 2023-09-14 14:41:55 -07:00
network build: Enable link time optimization in release builds. (#6887) 2023-08-26 11:15:13 -07:00
tests build: fix build failure when not using precompiled headers (#7087) 2023-10-23 17:21:35 -03:00
video_core vk_texture_runtime: Fix debug scope label lambda-capture (#7102) 2023-11-01 21:30:54 +01:00
web_service build: Enable link time optimization in release builds. (#6887) 2023-08-26 11:15:13 -07:00
.clang-format
CMakeLists.txt build: Enable link time optimization in release builds. (#6887) 2023-08-26 11:15:13 -07:00