mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 06:48:22 -04:00
creport: minor reformatting/fixes
This commit is contained in:
parent
40c6733de3
commit
2181adb82b
4 changed files with 14 additions and 9 deletions
|
@ -42,6 +42,7 @@ namespace ams::creport {
|
|||
return this->opened;
|
||||
}
|
||||
|
||||
void WriteString(const char *str);
|
||||
void WriteFormat(const char *fmt, ...) __attribute__((format(printf, 2, 3)));
|
||||
void DumpMemory(const char *prefix, const void *data, size_t size);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue