tweak build

This commit is contained in:
aliaspider 2014-11-02 11:04:37 +01:00
parent ccf335d7dc
commit 746885772d
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
DEBUG = 0
PERF_TEST = 1
HAVE_GRIFFIN = 0
HAVE_GRIFFIN = 1
LOAD_FROM_MEMORY_TEST = 0
ifeq ($(platform),)

View File

@ -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)
{