mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-06 07:56:32 +00:00
Check formatting in CI (#1652)
* Check formatting in CI
* Move deleteDir() to cleanup section
* Revert "Move deleteDir() to cleanup section"
This reverts commit 4b0dd80cac
.
* Give up on check_format.txt
* Fix formatting
This commit is contained in:
parent
8af0919e7d
commit
6e0d67f9ec
3 changed files with 31 additions and 2 deletions
|
@ -54,7 +54,7 @@ void Main(void* arg) {
|
|||
// "System heap initalization"
|
||||
PRINTF("システムヒープ初期化 %08x-%08x %08x\n", systemHeapStart, fb, gSystemHeapSize);
|
||||
SystemHeap_Init((void*)systemHeapStart, gSystemHeapSize); // initializes the system heap
|
||||
|
||||
|
||||
#ifdef OOT_DEBUG
|
||||
{
|
||||
void* debugHeapStart;
|
||||
|
@ -67,7 +67,7 @@ void Main(void* arg) {
|
|||
debugHeapSize = 0x400;
|
||||
debugHeapStart = SYSTEM_ARENA_MALLOC(debugHeapSize, "../main.c", 565);
|
||||
}
|
||||
|
||||
|
||||
PRINTF("debug_InitArena(%08x, %08x)\n", debugHeapStart, debugHeapSize);
|
||||
DebugArena_Init(debugHeapStart, debugHeapSize);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue