1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-20 14:03:25 +01:00
Atmosphere/stratosphere/sm/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
..
sm_main.cpp Stratosphere: Fix remaining bugs in sm, which now works as a KIP1 on hardware 2018-04-30 22:27:26 -06:00
sm_manager_service.cpp Replace std::make_tuple with simpler syntax (#77) 2018-05-05 11:41:39 -07:00
sm_manager_service.hpp Stratosphere: Implement support for deferred commands. Finish sm GetService()'s deferred path. 2018-04-22 03:02:19 -06:00
sm_registration.cpp Stratosphère: Simplify some for loops (#76) 2018-05-03 16:24:34 -07:00
sm_registration.hpp SM: Add compile-time smhax flag, finishing module. (Closes #62) 2018-05-01 23:21:39 -06:00
sm_user_service.cpp Replace std::make_tuple with simpler syntax (#77) 2018-05-05 11:41:39 -07:00
sm_user_service.hpp Stratosphere: Implement support for deferred commands. Finish sm GetService()'s deferred path. 2018-04-22 03:02:19 -06:00