suyu/src/core/hle/service/acc
Lioncash cd47af8af0 service/acc: Correct error case within TrySelectUserWithoutInteraction()
empty() in this case will always return false, since the returned
container is a std::array. Instead, check if all given users are invalid
before returning the error code.
2018-11-14 17:43:23 -05:00
..
acc.cpp service/acc: Correct error case within TrySelectUserWithoutInteraction() 2018-11-14 17:43:23 -05:00
acc.h Implement acc:TrySelectUserWithoutInteraction 2018-11-07 11:45:01 +11:00
acc_aa.cpp hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
acc_aa.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
acc_su.cpp Implement acc:TrySelectUserWithoutInteraction 2018-11-07 11:45:01 +11:00
acc_su.h service: Use nested namespace specifiers where applicable 2018-09-13 15:52:55 -04:00
acc_u0.cpp Implement acc:TrySelectUserWithoutInteraction 2018-11-07 11:45:01 +11:00
acc_u0.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
acc_u1.cpp Implement acc:TrySelectUserWithoutInteraction 2018-11-07 11:45:01 +11:00
acc_u1.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
profile_manager.cpp global: Use std::optional instead of boost::optional (#1578) 2018-10-30 00:03:25 -04:00
profile_manager.h configure_system: Contrain profile usernames to 32 characters 2018-10-31 02:05:00 -04:00