yuzu/src/core/hle/service/acc
Lioncash 69dd37d874 profile_manager: Simplify UUID's two param constructor, operator==, and operator bool
We can use the constructor initializer list and just compare the
contained u128's together instead of comparing each element
individually. Ditto for comparing against an invalid UUID.
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: Move UUID generation function to the cpp file 2018-08-20 19:48:53 -04:00
profile_manager.h profile_manager: Simplify UUID's two param constructor, operator==, and operator bool 2018-08-20 19:48:57 -04:00