mirror of
https://github.com/patchzyy/wiicompiled
synced 2026-09-12 09:45:04 -04:00
17 lines
313 B
C++
17 lines
313 B
C++
#pragma once
|
|
|
|
#include "../../internal.hpp"
|
|
#include <dolphin/types.h>
|
|
|
|
static aurora::Module Log("aurora::os");
|
|
|
|
constexpr uintptr_t ARENA_START_OFFSET = 0x4000;
|
|
|
|
extern void* MEM1Start;
|
|
extern void* MEM1End;
|
|
|
|
void AuroraOSInitMemory();
|
|
void AuroraFillBootInfo();
|
|
void AuroraInitClock();
|
|
void AuroraInitArena();
|