suyu/src/core/hle/service/acc
David 9b75481755
ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)
* ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer

With the support of C++20, we can use concepts to deduce if a type is an STL container or not.

* More agressive concept for stl containers

* Add -fconcepts

* Move to common namespace

* Add Common::IsBaseOf
2020-08-03 07:28:54 -04:00
..
acc.cpp ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465) 2020-08-03 07:28:54 -04:00
acc.h acc: ListOpenContextStoredUsers partial stub 2020-06-28 16:44:36 +10:00
acc_aa.cpp account: Update function tables and add missing classes (#4145) 2020-06-22 16:03:26 -04:00
acc_aa.h Cleanup 2019-06-16 20:18:35 +10:00
acc_su.cpp acc: ListOpenContextStoredUsers partial stub 2020-06-28 16:44:36 +10:00
acc_su.h Cleanup 2019-06-16 20:18:35 +10:00
acc_u0.cpp acc: ListOpenContextStoredUsers partial stub 2020-06-28 16:44:36 +10:00
acc_u0.h Cleanup 2019-06-16 20:18:35 +10:00
acc_u1.cpp acc: ListOpenContextStoredUsers partial stub 2020-06-28 16:44:36 +10:00
acc_u1.h Cleanup 2019-06-16 20:18:35 +10:00
errors.h Addressed issues 2019-06-28 15:19:51 +10:00
profile_manager.cpp core: Initialize several structs that make use of Common::UUID. 2020-01-04 13:29:55 -05:00
profile_manager.h core: Initialize several structs that make use of Common::UUID. 2020-01-04 13:29:55 -05:00