#include "cda_play.h"
#include "archivers/mp2/kjmp2.h"
-#ifdef USE_LIBMPEG2
-#if (!defined _WIN32 && !defined ANDROID)
-extern "C" {
-#include "mpeg2dec/mpeg2.h"
-#include "mpeg2dec/mpeg2convert.h"
-}
-#else
#include "mpeg2.h"
#include "mpeg2convert.h"
-#endif
#define FMV_DEBUG 0
static int fmv_audio_debug = 0;
return &fmv_rom_bank;
}
+
} else {
protect_roms(true);
}
+#ifdef WITH_CPUBOARD
if (f0rom_size) {
if (is_a2630(p)) {
#include <sys/stat.h>
#endif
-#if defined(STAT_STATVFS) && !defined(__ANDROID__)
-#include <sys/statvfs.h>
-// For osx, sigurbjornl
-#elif defined (__MACH__)
-#include <sys/mount.h>
-#else
-#include <sys/vfs.h>
-#endif
-
#include "fsusage.h"
/* Return the number of TOSIZE-byte blocks used by
// Special Monitors support
#define WITH_SPECIALMONITORS
-//#define VIDEOGRAB 1
+#define VIDEOGRAB 1
// Beam racing support
-//#define WITH_BEAMRACER
+#define WITH_BEAMRACER
#define A_ZIP
#define A_RAR
+#include "sysconfig.h"
+#include "sysdeps.h"
#include "uae.h"
#include "ibm.h"
#include "pcemglue.h"
-#include "sysconfig.h"
-#include "sysdeps.h"
#include "threaddep/thread.h"
#include "machdep/maccess.h"
#include "gfxboard.h"
#endif
//#if defined(LINUX) && defined(CPU_x86_64)
-#if defined(CPU_x86_64) && !defined(__APPLE__)
+#if defined(CPU_x86_64) && !defined(__APPLE__) && !defined(_WIN32)
#define HAVE_MAP_32BIT 1
#endif