From 6a1571275edd1f795cfe35ea70d221fc6479cb20 Mon Sep 17 00:00:00 2001 From: thoduv Date: Thu, 29 Jun 2006 21:59:20 +0000 Subject: [PATCH] Added macros in MMU, better indentation, added some coments, etc... --- trunk/desmume/src/types.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/trunk/desmume/src/types.h b/trunk/desmume/src/types.h index 9b613f3ad..c51d4b5ed 100644 --- a/trunk/desmume/src/types.h +++ b/trunk/desmume/src/types.h @@ -84,4 +84,8 @@ typedef int BOOL; #define FALSE 0 #endif +#ifdef __GNUC__ +#define PACKED __attribute__((packed)) +#endif + #endif