mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-07 23:40:44 +01:00
Fix formatting.
This commit is contained in:
parent
0239462847
commit
d28f2f0a7a
@ -12,7 +12,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
void
|
void
|
||||||
SYSRelaunchTitle(uint32_t argc,
|
SYSRelaunchTitle(uint32_t argc,
|
||||||
char *pa_Argv[]);
|
char *pa_Argv[]);
|
||||||
|
|
||||||
void
|
void
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
|
|
||||||
static OSMutex sMallocMutex;
|
static OSMutex sMallocMutex;
|
||||||
static uint8_t *sHeapBase = NULL;
|
static uint8_t *sHeapBase = NULL;
|
||||||
static uint32_t sHeapMaxSize = NULL;
|
static uint32_t sHeapMaxSize = 0;
|
||||||
static volatile uint32_t sHeapSize = NULL;
|
static volatile uint32_t sHeapSize = 0;
|
||||||
|
|
||||||
void
|
void
|
||||||
__init_wut_newlibc();
|
__init_wut_newlibc();
|
||||||
|
Loading…
Reference in New Issue
Block a user