mirror of
https://github.com/libretro/snes9x2005.git
synced 2025-02-07 01:26:43 +00:00
tweak build
This commit is contained in:
parent
ccf335d7dc
commit
746885772d
2
Makefile
2
Makefile
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user