From 9f4891f95070c66ea9f1aba99d72724d4ab24e5a Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Sat, 19 Sep 2020 20:43:05 +0800 Subject: Revised makefiles, added strtok(), command line arguments, SetHeapSize(), moved ISR and callback system to psxetc, moved debug font to psxgpu, fixed CD-ROM library crashing on PSIO, fixed interrupt callback setup to fix crashing on ResetGraph() --- libpsn00b/include/malloc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libpsn00b/include/malloc.h') diff --git a/libpsn00b/include/malloc.h b/libpsn00b/include/malloc.h index e6cd126..d94823f 100644 --- a/libpsn00b/include/malloc.h +++ b/libpsn00b/include/malloc.h @@ -7,6 +7,7 @@ extern "C" { unsigned int *GetBSSend(); void InitHeap(unsigned int *addr, int size); +int SetHeapSize(int size); void *malloc(int size); void free(void *ptr); -- cgit v1.2.3