suyu/src/core/hle/service/acc
Lioncash f9a26d468c profile_manager: Take ProfileInfo by const reference where applicable
ProfileInfo is quite a large struct in terms of data, and we don't need
to perform a copy in these instances, so we can just pass constant
references instead.
2018-08-20 19:48:57 -04:00
..
acc.cpp Removed un-needed count from ListOpenUsers and ListAllUsers 2018-08-12 02:11:04 +10:00
acc.h Second round of account changes 2018-08-11 18:26:13 +10:00
acc_aa.cpp Refactored profile manager sharing 2018-08-11 13:17:06 +10:00
acc_aa.h Refactored profile manager sharing 2018-08-11 13:17:06 +10:00
acc_su.cpp Refactored profile manager sharing 2018-08-11 13:17:06 +10:00
acc_su.h Refactored profile manager sharing 2018-08-11 13:17:06 +10:00
acc_u0.cpp Refactored profile manager sharing 2018-08-11 13:17:06 +10:00
acc_u0.h Refactored profile manager sharing 2018-08-11 13:17:06 +10:00
acc_u1.cpp Refactored profile manager sharing 2018-08-11 13:17:06 +10:00
acc_u1.h Refactored profile manager sharing 2018-08-11 13:17:06 +10:00
profile_manager.cpp profile_manager: Take ProfileInfo by const reference where applicable 2018-08-20 19:48:57 -04:00
profile_manager.h profile_manager: Take ProfileInfo by const reference where applicable 2018-08-20 19:48:57 -04:00