yuzu-android/src
Lioncash a2eccbf075 video_core/shader/ast: Make Indent() return a string_view
The returned string is simply a substring of our constexpr tabs
string_view, so we can just use a string_view here as well, since the
original string_view is guaranteed to always exist.

Now the function is fully non-allocating.
2019-10-17 20:29:00 -04:00
..
audio_core
common common/algorithm: Add description comment indicating intended algorithms 2019-10-15 15:25:23 -04:00
core Merge pull request #2912 from FernandoS27/async-fixes 2019-10-16 10:34:48 -04:00
input_common
tests Core_Timing: Fix tests. 2019-10-12 07:23:08 -04:00
video_core video_core/shader/ast: Make Indent() return a string_view 2019-10-17 20:29:00 -04:00
web_service
yuzu fixed clang format & addressed feedback 2019-10-10 23:27:00 +02:00
yuzu_cmd SDL: Fix missing header 2019-10-04 18:14:11 -04:00
yuzu_tester yuzu_tester: Remove unused variable 2019-10-04 23:41:22 +00:00
.clang-format
CMakeLists.txt