diff options
| -rw-r--r-- | backends/platform/psp/Makefile | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/platform/psp/Makefile b/backends/platform/psp/Makefile index 648adcd881..da1d40dbee 100644 --- a/backends/platform/psp/Makefile +++ b/backends/platform/psp/Makefile @@ -6,6 +6,9 @@  DISABLE_SCALERS = true  DISABLE_HQ_SCALERS = true +DISABLE_LURE = 1 +DISABLE_CRUISE = 1 +  srcdir = ../../..  VPATH = $(srcdir)  HAVE_GCC3 = false  | 
