diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | libretro.c | 6 |
2 files changed, 5 insertions, 3 deletions
@@ -1,6 +1,6 @@ DEBUG = 0 PERF_TEST = 1 -HAVE_GRIFFIN = 0 +HAVE_GRIFFIN = 1 LOAD_FROM_MEMORY_TEST = 0 ifeq ($(platform),) @@ -360,9 +360,11 @@ uint32 S9xReadJoypad(int port) return joypad; } +#ifdef PSP +#define FRAMESKIP +#endif -//#define FRAMESKIP -//#define NO_VIDEO_OUTPUT +#define NO_VIDEO_OUTPUT static float samples_to_play = 0.0; void retro_run(void) { |