[nostalgia/core/gba][ox/std] Move heap manager from NostalgiaCore to OxStd

This commit is contained in:
2020-05-29 19:36:00 -05:00
parent 0eb33f823c
commit 98a0c42040
11 changed files with 108 additions and 74 deletions

View File

@ -1,4 +1,5 @@
enable_language(C ASM)
add_library(
GbaStartup
gba_crt0.s
@ -7,4 +8,5 @@ add_library(
target_link_libraries(
GbaStartup
OxStd
)