diff options
| author | 2019-05-23 13:32:49 -0400 | |
|---|---|---|
| committer | 2019-05-23 13:35:31 -0400 | |
| commit | 8cd3d9be2646eda7177344045984f2baf9520ad3 (patch) | |
| tree | 053bbcf48663e6086cc59a971dd91b72038fed8c /src/common/file_util.cpp | |
| parent | shader/decode/memory: Remove left in debug pragma (diff) | |
| download | yuzu-8cd3d9be2646eda7177344045984f2baf9520ad3.tar.gz yuzu-8cd3d9be2646eda7177344045984f2baf9520ad3.tar.xz yuzu-8cd3d9be2646eda7177344045984f2baf9520ad3.zip | |
common/file_util: Make IOFile's WriteString take a std::string_view
We don't need to force the usage of a std::string here, and can instead
use a std::string_view, which allows writing out other forms of strings
(e.g. C-style strings) without any unnecessary heap allocations.
Diffstat (limited to 'src/common/file_util.cpp')
0 files changed, 0 insertions, 0 deletions