mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-03 08:08:39 -04:00
boot: update to accurate as of 9.1.0
This commit is contained in:
parent
80e1847534
commit
4a30437e80
33 changed files with 843 additions and 220 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2018-2019 Atmosphère-NX
|
||||
* Copyright (c) 2018-2020 Atmosphère-NX
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
* under the terms and conditions of the GNU General Public License,
|
||||
|
@ -66,4 +66,4 @@ static constexpr WakePinConfig WakePinConfigsCopper[] = {
|
|||
{0x3F, false, 0x02},
|
||||
};
|
||||
|
||||
static constexpr size_t NumWakePinConfigsCopper = sizeof(WakePinConfigsCopper) / sizeof(WakePinConfigsCopper[0]);
|
||||
static constexpr size_t NumWakePinConfigsCopper = util::size(WakePinConfigsCopper);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue