suyu/src/core/hle/service/bcat
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
..
backend Replace externals with Conan (#3735) 2020-05-08 17:09:29 -04:00
bcat.cpp bcat: Update function tables and add missing classes (#4172) 2020-06-26 20:33:25 -04:00
bcat.h hle/service: Replace global system instance calls with instance-based ones 2019-10-06 13:42:23 -04:00
module.cpp ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465) 2020-08-03 07:28:54 -04:00
module.h hle/service: Replace global system instance calls with instance-based ones 2019-10-06 13:42:23 -04:00