2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src
ReinUsesLisp 028b1a34a9
yuzu_cmd: Use string_view instead of string for extensions
Avoids potential allocations due to the usage of std::string on strings
that we know at compile time. Most of these might fit in SSO, but it
adds complexity that can be easily avoided with string views.
2019-11-07 01:52:18 -03:00
..
audio_core
common ci: Populate build repository from Azure environment 2019-11-05 21:37:27 -05:00
core Merge pull request #3062 from bunnei/event-improve 2019-11-06 10:05:50 -05:00
input_common
tests Core_Timing: Fix tests. 2019-10-12 07:23:08 -04:00
video_core gl_rasterizer: Emulate viewport flipping with ARB_clip_control 2019-11-07 01:52:18 -03:00
web_service
yuzu gl_rasterizer: Emulate viewport flipping with ARB_clip_control 2019-11-07 01:52:18 -03:00
yuzu_cmd yuzu_cmd: Use string_view instead of string for extensions 2019-11-07 01:52:18 -03:00
yuzu_tester yuzu_tester: Remove unused variable 2019-10-04 23:41:22 +00:00
.clang-format
CMakeLists.txt