mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-13 22:54:24 -04:00
fusee_cpp: implement inline storage of EmcDvfsTimingTables
This commit is contained in:
parent
3bcdd0c3c8
commit
d2f3b806d6
12 changed files with 3705 additions and 753 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
namespace ams::nxboot {
|
||||
|
||||
void ShowFatalError(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
|
||||
NORETURN void ShowFatalError(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
|
||||
void ShowFatalError(const ams::impl::FatalErrorContext *f_ctx, const Result save_result);
|
||||
|
||||
void SaveAndShowFatalError();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue