From 589f3a5581517b7e656e773f656ba40b871c9023 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Sun, 30 Sep 2018 18:20:19 -0400 Subject: [PATCH] Updated README regarding JPEG library. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df706f2..76c36d8 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,4 @@ Build with ```make nx``` or just run ```make```. #### Credits * This uses code based on 3DS [new-hbmenu](https://github.com/fincs/new-hbmenu). -* [nanojpeg](https://svn.emphy.de/nanojpeg/trunk/nanojpeg/nanojpeg.c) is used for handling JPEG icons. This library doesn't support lossless JPEG. +* libjpeg-turbo is used for handling JPEG icons. This library doesn't support lossless JPEG (likewise for official sw which uses libjpeg-turbo).