summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/common.h b/common.h
index 5c91519..9656554 100644
--- a/common.h
+++ b/common.h
@@ -49,18 +49,6 @@
// Huge thanks to pollux for the heads up on using native file I/O
// functions on PSP for vastly improved memstick performance.
-#define file_write_mem(filename_tag, buffer, size) \
-{ \
- memcpy(write_mem_ptr, buffer, size); \
- write_mem_ptr += size; \
-} \
-
-#define file_write_mem_array(filename_tag, array) \
- file_write_mem(filename_tag, array, sizeof(array)) \
-
-#define file_write_mem_variable(filename_tag, variable) \
- file_write_mem(filename_tag, &variable, sizeof(variable)) \
-
#ifdef PSP_BUILD
#define fastcall