Skip to content

Commit

Permalink
adding arm support
Browse files Browse the repository at this point in the history
  • Loading branch information
domaemon committed Dec 1, 2011
1 parent 91c17af commit 45924ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion port.h
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ void SetInfoDlgColor(unsigned char, unsigned char, unsigned char);
#define TITLE "Snes9x"
#endif

#if defined(__i386__) || defined(__i486__) || defined(__i586__) || defined(__i686__) || defined(__x86_64__) || defined(__alpha__) || defined(__MIPSEL__) || defined(_M_IX86) || defined(_M_X64)
#if defined(__i386__) || defined(__i486__) || defined(__i586__) || defined(__i686__) || defined(__x86_64__) || defined(__alpha__) || defined(__MIPSEL__) || defined(_M_IX86) || defined(_M_X64) || defined(__arm__)
#define LSB_FIRST
#define FAST_LSB_WORD_ACCESS
#else
Expand Down

0 comments on commit 45924ac

Please sign in to comment.