mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-13 22:54:24 -04:00
fusee_cpp: implement exosphere load/configuration
This commit is contained in:
parent
1dd0297db3
commit
e0a41e9d33
8 changed files with 236 additions and 13 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue