mirror of
https://github.com/libretro/libretro-tyrquake.git
synced 2024-11-28 18:50:45 +00:00
trivial: remove unaligned defs since not used anymore
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
parent
7bbe82dc4c
commit
d3c4dff990
@ -38,13 +38,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
#define GAMENAME "id1" // directory to look in by default
|
||||
|
||||
/* UNALIGNED_OK - undef if unaligned accesses are not supported */
|
||||
#ifdef USE_X86_ASM
|
||||
#define UNALIGNED_OK
|
||||
#else
|
||||
#undef UNALIGNED_OK
|
||||
#endif
|
||||
|
||||
// !!! if this is changed, it must be changed in d_ifacea.h too !!!
|
||||
#define CACHE_SIZE 32 // used to align key data structures
|
||||
#define CACHE_PAD_ARRAY(elements, type) \
|
||||
|
@ -29,13 +29,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
#undef USE_X86_ASM
|
||||
#endif
|
||||
|
||||
/* UNALIGNED_OK - undef if unaligned accesses are not supported */
|
||||
#ifdef USE_X86_ASM
|
||||
#define UNALIGNED_OK
|
||||
#else
|
||||
#undef UNALIGNED_OK
|
||||
#endif
|
||||
|
||||
// !!! if this is changed, it must be changed in d_ifacea.h too !!!
|
||||
#define CACHE_SIZE 32 // used to align key data structures
|
||||
#define CACHE_PAD_ARRAY(elements, type) \
|
||||
|
Loading…
Reference in New Issue
Block a user