summaryrefslogtreecommitdiff
path: root/src/core/gdbstub/gdbstub.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash2020-07-15 13:34:50 -0400
committerGravatar Lioncash2020-07-15 13:37:33 -0400
commit5dbf91d739c19a4bfa4d520585d160b53ae29c72 (patch)
treebf9d2196036f2bd55c43f0ea469bf0eda1ea7ebd /src/core/gdbstub/gdbstub.cpp
parentMerge pull request #4342 from lioncash/endian (diff)
downloadyuzu-5dbf91d739c19a4bfa4d520585d160b53ae29c72.tar.gz
yuzu-5dbf91d739c19a4bfa4d520585d160b53ae29c72.tar.xz
yuzu-5dbf91d739c19a4bfa4d520585d160b53ae29c72.zip
settings: Make use of std::string_view over std::string for logging
In all usages of LogSetting(), string literals are provided. std::string_view is better suited here, as we won't churn a bunch of string allocations every time the settings are logged out. While we're at it, we can fold LogSetting() into LogSettings(), given it's only ever used there.
Diffstat (limited to 'src/core/gdbstub/gdbstub.cpp')
0 files changed, 0 insertions, 0 deletions