ams: allow bootloader to merely approximate correct target firmware
This commit is contained in:
@@ -35,6 +35,7 @@ namespace ams::powctl::impl::board::nintendo::nx {
|
||||
|
||||
if (AMS_LIKELY(!g_constructed_max17050_driver)) {
|
||||
util::ConstructAt(g_max17050_driver);
|
||||
g_constructed_max17050_driver = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -35,6 +35,7 @@ namespace ams::powctl::impl::board::nintendo::nx {
|
||||
|
||||
if (AMS_LIKELY(!g_constructed_bq24193_driver)) {
|
||||
util::ConstructAt(g_bq24193_driver);
|
||||
g_constructed_bq24193_driver = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user