fusee_cpp: implement exosphere load/configuration

This commit is contained in:
Michael Scire 2021-09-01 14:05:39 -07:00 committed by SciresM
parent 1dd0297db3
commit e0a41e9d33
8 changed files with 236 additions and 13 deletions

View file

@ -582,6 +582,10 @@ namespace ams::nxboot {
}
}
u16 GetDisplayLcdVendor() {
return g_lcd_vendor;
}
void ShowFatalError(const ams::impl::FatalErrorContext *f_ctx, const Result save_result) {
/* If needed, initialize the display. */
if (!IsDisplayInitialized()) {