Replace std::make_tuple with simpler syntax (#77)
* 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.
1 parent cf50bad commit a097babe18fde18fe0d34ace00cfd506422f184a
@Léo Lam Léo Lam authored on 5 May 2018
SciresM committed on 5 May 2018
Showing 11 changed files
View
stratosphere/boot/source/boot_main.cpp
View
stratosphere/boot2/source/boot2_main.cpp
View
stratosphere/libstratosphere/include/stratosphere/ipc_templating.hpp
View
stratosphere/libstratosphere/include/stratosphere/servicesession.hpp
View
stratosphere/loader/source/ldr_debug_monitor.cpp
View
stratosphere/loader/source/ldr_process_manager.cpp
View
stratosphere/loader/source/ldr_ro_service.cpp
View
stratosphere/loader/source/ldr_shell.cpp
View
stratosphere/pm/source/pm_boot_mode.cpp
View
stratosphere/sm/source/sm_manager_service.cpp
View
stratosphere/sm/source/sm_user_service.cpp