mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-14 07:04:24 -04:00
fusee_cpp: Implement fatal display, reading of fusee-secondary
This commit is contained in:
parent
ee1d1ea527
commit
1a8f886a6e
32 changed files with 24337 additions and 48 deletions
|
@ -20,5 +20,6 @@ namespace ams::nxboot {
|
|||
|
||||
void InitializeConsole(u32 *frame_buffer);
|
||||
void Print(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
|
||||
void VPrint(const char *fmt, std::va_list vl);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue