mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-18 17:14:28 -04:00
fatal: Add fake monospace for hex output
This commit is contained in:
parent
d4ee772714
commit
98bdb2a7a3
4 changed files with 67 additions and 28 deletions
|
@ -39,4 +39,6 @@ class FontManager {
|
|||
static void PrintFormatLine(const char *format, ...);
|
||||
static void Print(const char *str);
|
||||
static void PrintFormat(const char *format, ...);
|
||||
static void PrintMonospaceU64(u64 x);
|
||||
static void PrintMonospaceU32(u32 x);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue