mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 23:59:49 -04:00
exo/mariko fatal: print descriptor for fatal error report
This commit is contained in:
parent
8ba1cdeef2
commit
5382011b0d
6 changed files with 4913 additions and 15 deletions
|
@ -18,6 +18,10 @@
|
|||
|
||||
namespace ams::secmon::fatal {
|
||||
|
||||
constexpr inline size_t FrameBufferHeight = 768;
|
||||
constexpr inline size_t FrameBufferWidth = 1280;
|
||||
constexpr inline size_t FrameBufferSize = FrameBufferHeight * FrameBufferWidth * sizeof(u32);
|
||||
|
||||
void InitializeDisplay();
|
||||
void ShowDisplay(const ams::impl::FatalErrorContext *f_ctx, const Result save_result);
|
||||
void FinalizeDisplay();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue