menu: add config save/load
[pcsx_rearmed.git] / frontend / plugin_lib.h
index cfb9bd1..a1400e9 100644 (file)
@@ -27,3 +27,7 @@ void  pl_fbdev_flip(void);
 void  pl_fbdev_finish(void);
 
 void  pl_text_out16(int x, int y, const char *texto, ...);
+
+#ifndef ARRAY_SIZE
+#define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
+#endif