rosalina: use kernel cached RAM mapping for pixel conversion

Conversion time goes down by 90% with this
This commit is contained in:
TuxSH
2020-05-08 20:20:51 +01:00
parent 49c8888948
commit 037fae99d6
2 changed files with 30 additions and 10 deletions

View File

@@ -130,6 +130,8 @@ $(OUTPUT).elf : $(OFILES)
@$(LD) $(LDFLAGS) $(OFILES) $(LIBPATHS) $(LIBS) -o $@
@$(NM) -CSn $@ > $(notdir $*.lst)
draw.o: CFLAGS += -O3
$(OFILES_SRC) : $(HFILES_BIN)
#---------------------------------------------------------------------------------