2014-03-30 22:35:00 +02:00
|
|
|
#ifdef WANT_GRIFFIN
|
|
|
|
|
|
|
|
|
|
#include "drivers/libretro/libretro.c"
|
|
|
|
|
#include "drivers/libretro/memstream.c"
|
2014-04-18 19:40:45 +02:00
|
|
|
#include "drivers/libretro/crc32-zlib.c"
|
2014-03-30 22:35:00 +02:00
|
|
|
|
|
|
|
|
#include "cart.c"
|
2014-04-03 02:34:39 +01:00
|
|
|
#include "cheat.c"
|
2014-03-30 22:35:00 +02:00
|
|
|
#include "crc32.c"
|
2014-04-03 02:34:39 +01:00
|
|
|
#include "debug.c"
|
2015-08-06 11:39:10 +02:00
|
|
|
#include "drivers/libretro/fceu/fceu-endian.c"
|
|
|
|
|
#include "drivers/libretro/fceu/fceu-memory.c"
|
|
|
|
|
#include "drivers/libretro/fceu/misc.c"
|
2015-08-06 12:56:17 +02:00
|
|
|
#include "fceu.c"
|
2015-08-06 11:39:49 +02:00
|
|
|
//#include "fceustr.c"
|
2015-08-06 11:39:10 +02:00
|
|
|
#include "drivers/libretro/fceu/fds.c"
|
|
|
|
|
#include "drivers/libretro/fceu/file.c"
|
2014-04-03 02:34:39 +01:00
|
|
|
#include "filter.c"
|
2015-08-06 11:39:10 +02:00
|
|
|
#include "drivers/libretro/fceu/general.c"
|
|
|
|
|
#include "drivers/libretro/fceu/input.c"
|
2014-03-30 22:35:00 +02:00
|
|
|
#include "md5.c"
|
2015-08-06 11:39:49 +02:00
|
|
|
//#include "movie.c"
|
|
|
|
|
//#include "netplay.c"
|
2015-08-06 11:39:10 +02:00
|
|
|
#include "drivers/libretro/fceu/nsf.c"
|
2014-03-30 22:35:00 +02:00
|
|
|
#include "palette.c"
|
2014-04-03 02:34:39 +01:00
|
|
|
#include "ppu.c"
|
|
|
|
|
#include "sound.c"
|
2015-08-06 11:39:10 +02:00
|
|
|
#include "drivers/libretro/fceu/state.c"
|
2015-08-06 12:57:18 +02:00
|
|
|
#include "video.c"
|
2014-04-03 02:34:39 +01:00
|
|
|
#include "vsuni.c"
|
2015-08-06 11:39:49 +02:00
|
|
|
//#include "wave.c"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//#include "x6502.c"
|
|
|
|
|
//#include "ines.c"
|
|
|
|
|
//#include "unif.c"
|
2014-03-30 22:35:00 +02:00
|
|
|
|
|
|
|
|
#endif
|