1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-20 05:53:24 +01:00
Atmosphere/stratosphere/boot
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
..
source Replace std::make_tuple with simpler syntax (#77) 2018-05-05 11:41:39 -07:00
boot_1.0.0.json Boot: Fix JSON mappings to be RW (instead of RO) 2018-04-25 17:41:07 -06:00
boot_2.0.0.json Boot: Fix JSON mappings to be RW (instead of RO) 2018-04-25 17:41:07 -06:00
Makefile Boot: Initial skeleton and 1.0.0 GPIO voltage switch. 2018-04-25 21:35:02 +01:00