From 13447e236c51cd48372355e5c4d5e5379d39b892 Mon Sep 17 00:00:00 2001 From: neonloop Date: Wed, 11 Jan 2023 16:28:41 +0000 Subject: Limits width for crop scaler to 320px Makes crop scaler more useful for PlayStation / SNES games that use high horizontal resolution --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 21df610..9bf3536 100644 --- a/Makefile +++ b/Makefile @@ -182,6 +182,7 @@ cores: $(SOFILES) clean: clean-libpicofe rm -f $(OBJS) $(BIN) $(SOFILES) rm -rf pkg + rm -f *.opk clean-all: $(foreach core,$(CORES),clean-$(core)) clean -- cgit v1.2.3