citra/src
Lioncash 893f6e9766 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.
2018-08-31 01:51:32 +02:00
..
audio_core sink_details: Deduplicate long std::function repetition 2018-08-23 17:03:09 +02:00
citra Merge pull request #4126 from FearlessTobi/port-892 2018-08-26 12:00:55 -06:00
citra_qt Merge pull request #4130 from FearlessTobi/port-942 2018-08-26 12:22:34 -06:00
common Merge pull request #4059 from zhaowenlan1779/udp-input-ui 2018-08-26 11:56:50 -06:00
core telemetry_session: Don't allocate std::string instances for program lifetime in GetTelemetryId() and RegenerateTelemetryId() 2018-08-31 01:51:32 +02:00
dedicated_room
input_common Merge pull request #4059 from zhaowenlan1779/udp-input-ui 2018-08-26 11:56:50 -06:00
network network: fix 3 typos 2018-08-12 17:55:15 -05:00
tests Add system time configuration (#4043) 2018-08-26 11:47:45 -06:00
video_core video_core: Make global EmuWindow instance part of the base renderer … 2018-08-25 15:20:40 +02:00
web_service web_service: Change authentication system to use JWT (#4041) 2018-08-25 21:39:23 +02:00
.clang-format
CMakeLists.txt