Skip to content

Commit

Permalink
Raspberry Pi support
Browse files Browse the repository at this point in the history
Implementing the proposal of James Bellinger (james at illusorystudios.com) (Mon Nov 27 16:54:03 EST 2017) from the MojoSetup mailing list (Archive).
  • Loading branch information
ralphwetzel authored and icculus committed Aug 31, 2021
1 parent c7bed50 commit 04f7047
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,8 @@ uint64 MojoPlatform_getgid(void);
#define PLATFORM_ARCH "x86-64"
#elif defined(__X86__) || defined(__i386__) || defined(i386) || defined (_M_IX86) || defined(__386__)
#define PLATFORM_ARCH "x86"
#elif defined(__arm__) && defined(__ARM_PCS_VFP)
#define PLATFORM_ARCH "armhf"
#else
#error Unknown processor architecture.
#endif
Expand Down

0 comments on commit 04f7047

Please sign in to comment.