mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-11-05 13:51:18 +01:00
* boot2: Simplify g_additional_launch_programs
It appears that Stratosphère is targeting C++17. In C++17,
std::make_tuple is not required for initialisating a tuple anymore.
Same thing, but less typing
* Replace std::make_tuple with {}
More readable and less noise. Also fixes two missing return statements.
|
||
|---|---|---|
| .. | ||
| existingportserver.hpp | ||
| hossynch.hpp | ||
| ievent.hpp | ||
| ipc_templating.hpp | ||
| iserver.hpp | ||
| iserviceobject.hpp | ||
| iwaitable.hpp | ||
| managedportserver.hpp | ||
| serviceserver.hpp | ||
| servicesession.hpp | ||
| systemevent.hpp | ||
| waitablemanager.hpp | ||