mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-14 23:24:26 -04:00
fatal: Draw GPRs + Backtrace to screen.
This commit is contained in:
parent
f16423c413
commit
20026587fd
6 changed files with 253 additions and 14 deletions
|
@ -31,8 +31,12 @@ class FontManager {
|
|||
|
||||
static void SetFontColor(u16 color);
|
||||
static void SetPosition(u32 x, u32 y);
|
||||
static u32 GetX();
|
||||
static u32 GetY();
|
||||
static void SetFontSize(float fsz);
|
||||
static void AddSpacingLines(float num_lines);
|
||||
static void PrintLine(const char *str);
|
||||
static void PrintFormatLine(const char *format, ...);
|
||||
static void Print(const char *str);
|
||||
static void PrintFormat(const char *format, ...);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue