@@ -84,6 +84,7 @@ set(PHYSFS_SRCS
src/physfs_platform_os2.c
src/physfs_platform_qnx.c
src/physfs_platform_android.c
+ src/physfs_platform_libretro.c
src/physfs_platform_playdate.c
src/physfs_archiver_dir.c
src/physfs_archiver_unpacked.c
@@ -17,6 +17,7 @@
# define PHYSFS_NO_CRUNTIME_MALLOC 1
#elif (defined __LIBRETRO__)
# define PHYSFS_PLATFORM_LIBRETRO 1
+# define PHYSFS_NO_CDROM_SUPPORT 1
#elif (defined __HAIKU__)
# define PHYSFS_PLATFORM_HAIKU 1
# define PHYSFS_PLATFORM_POSIX 1