Atmosphere/stratosphere/pm/source
Léo Lam a097babe18 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.
2018-05-05 11:41:39 -07:00
..
pm_boot_mode.cpp Replace std::make_tuple with simpler syntax (#77) 2018-05-05 11:41:39 -07:00
pm_boot_mode.hpp ProcessManager: Add BootModeInterface 2018-05-03 02:58:11 -06:00
pm_info.cpp ProcessManager: Add pm:info, fix pm:shell missing qualifiers 2018-05-04 20:16:40 -06:00
pm_info.hpp ProcessManager: Add pm:info, fix pm:shell missing qualifiers 2018-05-04 20:16:40 -06:00
pm_main.cpp ProcessManager: Add pm:info, fix pm:shell missing qualifiers 2018-05-04 20:16:40 -06:00
pm_process_track.cpp ProcessManager: Implement core process management logic. 2018-05-03 23:58:37 -06:00
pm_process_track.hpp ProcessManager: Implement core process management logic. 2018-05-03 23:58:37 -06:00
pm_process_wait.hpp ProcessManager: Implement core process management logic. 2018-05-03 23:58:37 -06:00
pm_registration.cpp ProcessManager: Implement almost all of pm:shell 2018-05-04 19:57:11 -06:00
pm_registration.hpp ProcessManager: Implement almost all of pm:shell 2018-05-04 19:57:11 -06:00
pm_shell.cpp ProcessManager: Add pm:info, fix pm:shell missing qualifiers 2018-05-04 20:16:40 -06:00
pm_shell.hpp ProcessManager: Add pm:info, fix pm:shell missing qualifiers 2018-05-04 20:16:40 -06:00