Skip to content

Commit

Permalink
Turn off CD-ROM support on Android.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Nov 2, 2012
1 parent 7243042 commit 7bd0597
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/physfs_platforms.h
Expand Up @@ -35,6 +35,11 @@
# define PHYSFS_PLATFORM_POSIX 1
#elif defined(macintosh)
# error Classic Mac OS support was dropped from PhysicsFS 2.0. Move to OS X.
#elif defined(ANDROID)
# define PHYSFS_PLATFORM_LINUX 1
# define PHYSFS_PLATFORM_UNIX 1
# define PHYSFS_PLATFORM_POSIX 1
# define PHYSFS_NO_CDROM_SUPPORT 1
#elif defined(__linux)
# define PHYSFS_PLATFORM_LINUX 1
# define PHYSFS_PLATFORM_UNIX 1
Expand Down

0 comments on commit 7bd0597

Please sign in to comment.