mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 06:48:22 -04:00
boot: update for 13.0.0/aula parameter changes (closes #1477)
This commit is contained in:
parent
990daec3a2
commit
d1bc1a5c57
10 changed files with 96 additions and 68 deletions
|
@ -135,11 +135,6 @@ namespace ams {
|
|||
/* Get the hardware type. */
|
||||
const auto hw_type = spl::GetHardwareType();
|
||||
|
||||
/* TODO: Aula support. */
|
||||
/* We haven't actually implemented battery configuration for Aula, running on OLED models */
|
||||
/* is likely not good for the hardware until we do that properly. */
|
||||
AMS_ABORT_UNLESS(hw_type != spl::HardwareType::Aula);
|
||||
|
||||
/* Initialize the power control library without interrupt event handling. */
|
||||
if (hw_type != spl::HardwareType::Calcio) {
|
||||
powctl::Initialize(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue