diff options
| author | 2018-10-09 14:42:49 -0400 | |
|---|---|---|
| committer | 2018-10-09 14:46:26 -0400 | |
| commit | 8723cc87982825754f314b0c18910319a3ced716 (patch) | |
| tree | 8b6446d7ff58f9c272202024dfe53a1831517b76 /src/core/hle/kernel/kernel.cpp | |
| parent | Merge pull request #1423 from DarkLordZach/romfs-file-exts (diff) | |
| download | yuzu-8723cc87982825754f314b0c18910319a3ced716.tar.gz yuzu-8723cc87982825754f314b0c18910319a3ced716.tar.xz yuzu-8723cc87982825754f314b0c18910319a3ced716.zip | |
telemetry_session: Use a std::array in GenerateTelemetryId()
We don't need to potentially heap-allocate a std::string instance here,
given the data is known ahead of time. We can just place it within an
array and pass this to the mbedtls functions.
Diffstat (limited to 'src/core/hle/kernel/kernel.cpp')
0 files changed, 0 insertions, 0 deletions