diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2021-10-24 02:15:50 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2021-10-24 02:15:50 +0200 |
| commit | 15e2ff6bb683138878c376a84882b1a6da63cb94 (patch) | |
| tree | 5bac4719b3bf9a5931414a5bed8ead79fda70fe0 /libpsx/src/memory.h | |
| parent | 6989798d87d3e5eded4fbc2e1d19a5b40a4e8051 (diff) | |
| download | psxsdk-15e2ff6bb683138878c376a84882b1a6da63cb94.tar.gz | |
Lazy-initialize heap
Diffstat (limited to 'libpsx/src/memory.h')
| -rw-r--r-- | libpsx/src/memory.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libpsx/src/memory.h b/libpsx/src/memory.h deleted file mode 100644 index 39985b2..0000000 --- a/libpsx/src/memory.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef _PSXSDK_MEMORY_H -#define _PSXSDK_MEMORY_H - -void malloc_setup(); - -#endif
\ No newline at end of file |
