diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-10-30 00:32:05 -0300 |
---|---|---|
committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-11-07 01:52:18 -0300 |
commit | 028b1a34a99a03babb464834f15d069fe2074d55 (patch) | |
tree | eba28e913bfae87dafe4b325bc60ee489ca1b043 /src/core/gdbstub/gdbstub.cpp | |
parent | f019817f8f6452dec784d8217ef102231319d26c (diff) |
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.
Diffstat (limited to 'src/core/gdbstub/gdbstub.cpp')
0 files changed, 0 insertions, 0 deletions