From 833174ecc4ca153acb4bf7417836af2e6cc2de49 Mon Sep 17 00:00:00 2001 From: retro-wertz Date: Mon, 29 Jul 2019 11:32:40 +0800 Subject: psxhle.c: Silence logging when using HLE bios - at least one game (Wild Arms) is continouos spamming the log window. Silence this in a way that its easy to enable when need to. - Remove unnecessary message in Makefile --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1f491f3..a278519 100644 --- a/Makefile +++ b/Makefile @@ -337,13 +337,11 @@ frontend/revision.h: FORCE target_: $(TARGET) $(TARGET): $(OBJS) - @echo "** BUILDING $(TARGET) FOR PLATFORM $(PLATFORM) **" ifeq ($(STATIC_LINKING), 1) $(AR) rcs $@ $(OBJS) else $(CC_LINK) -o $@ $^ $(LDFLAGS) $(LDLIBS) $(EXTRA_LDFLAGS) endif - @echo "** BUILD SUCCESSFUL! GG NO RE **" clean: $(PLAT_CLEAN) clean_plugins $(RM) $(TARGET) $(OBJS) $(TARGET).map frontend/revision.h -- cgit v1.2.3