From 4b8126a4967bcd525336010a66a25f953fd4ff43 Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 9 Apr 2008 20:58:46 +0000 Subject: [PATCH] cyclone_debug fixed, minor adjustments git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@419 be3aeb3a-fb24-0410-a615-afba39da0efa --- common/config.c | 1 - gp2x/Makefile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/common/config.c b/common/config.c index d4833f6..f90ab0b 100644 --- a/common/config.c +++ b/common/config.c @@ -118,7 +118,6 @@ static void custom_write(FILE *f, const menu_entry *me, int no_def) case 1: str = "hw horizontal"; break; case 2: str = "hw horiz. + vert."; break; case 3: str = "sw horizontal"; break; - case 1: str = "ON"; break; } fprintf(f, "Scaling = %s", str); #endif diff --git a/gp2x/Makefile b/gp2x/Makefile index 05e7497..3ca1351 100644 --- a/gp2x/Makefile +++ b/gp2x/Makefile @@ -117,7 +117,7 @@ OBJS += ../../zlib/gzio.o ../../zlib/inffast.o ../../zlib/inflate.o ../../zlib/i OBJS += ../../unzip/unzip.o ../../unzip/unzip_stream.o # debug ifeq "$(debug_cyclone)" "1" -OBJS += ../../Pico/_cyclone_debug.o ../../cpu/musashi/m68kdasm.o +OBJS += ../../Pico/Debug.o ../../cpu/musashi/m68kdasm.o endif # CPU cores ifeq "$(use_musashi)" "1" -- 2.39.2