diff options
| author | 2018-08-20 20:06:22 -0400 | |
|---|---|---|
| committer | 2018-08-20 20:06:25 -0400 | |
| commit | b5fb246a99962b69079a6742b602d58a3f15a843 (patch) | |
| tree | fe2bf37d59c323ad20ba6cb5951762d56414987b /src/core/loader/nca.cpp | |
| parent | Merge pull request #1064 from lioncash/telemetry (diff) | |
| download | yuzu-b5fb246a99962b69079a6742b602d58a3f15a843.tar.gz yuzu-b5fb246a99962b69079a6742b602d58a3f15a843.tar.xz yuzu-b5fb246a99962b69079a6742b602d58a3f15a843.zip | |
telemetry_session: Don't allocate std::string instances for program lifetime in GetTelemetryId() and RegenerateTelemetryId()
Given these functions aren't intended to be used frequently, there's no
need to keep the std::string instances allocated for the whole lifetime
of the program. It's just a waste of memory.
Diffstat (limited to 'src/core/loader/nca.cpp')
0 files changed, 0 insertions, 0 deletions