aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorretro-wertz2019-07-29 11:32:40 +0800
committerretro-wertz2019-07-29 11:34:07 +0800
commit833174ecc4ca153acb4bf7417836af2e6cc2de49 (patch)
tree28a54fb950fac94558f58ce8f193d79b1ab0b0cf /Makefile
parent77d120bc1afa4386a4e602df6712a0850630bc1c (diff)
downloadpcsx_rearmed-833174ecc4ca153acb4bf7417836af2e6cc2de49.tar.gz
pcsx_rearmed-833174ecc4ca153acb4bf7417836af2e6cc2de49.tar.bz2
pcsx_rearmed-833174ecc4ca153acb4bf7417836af2e6cc2de49.zip
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
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