mirror of
https://github.com/LumaTeam/Luma3DS.git
synced 2026-02-22 01:44:38 +00:00
10 lines
150 B
C
10 lines
150 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#define SOC_ALIGN 0x1000
|
||
|
|
#define SOC_BUFFERSIZE 0x100000
|
||
|
|
|
||
|
|
u32 soc_init (void);
|
||
|
|
u32 soc_exit (void);
|
||
|
|
|
||
|
|
static u32 *SOC_buffer = 0;
|