[nostalgia/core/gba] Fix memory range

This commit is contained in:
2020-02-11 21:47:48 -06:00
parent 9d4d3cd331
commit 87968a87f0
3 changed files with 2 additions and 6 deletions
-4
View File
@@ -13,10 +13,6 @@ namespace nostalgia::core {
void free(void *ptr);
void panic(const char *msg) {
oxPanic(msg, OxError(1));
}
void initHeap(char *heapBegin, char *heapEnd);
}