aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorneonloop2023-01-11 16:28:41 +0000
committerneonloop2023-01-11 16:28:41 +0000
commit13447e236c51cd48372355e5c4d5e5379d39b892 (patch)
tree274173ac0d1e8cc0ef251f43e5dc37b2be058d90 /Makefile
parent319f038a28907277890b6122c4caf07842a4936c (diff)
downloadpicoarch-13447e236c51cd48372355e5c4d5e5379d39b892.tar.gz
picoarch-13447e236c51cd48372355e5c4d5e5379d39b892.tar.bz2
picoarch-13447e236c51cd48372355e5c4d5e5379d39b892.zip
Limits width for crop scaler to 320px
Makes crop scaler more useful for PlayStation / SNES games that use high horizontal resolution
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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