[nostalgia/core/gba] Fix memory range
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user