From dc00d211b7de73f023fcc40b9b4ac8bf4dc727cd Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Tue, 3 Sep 2019 17:23:08 -0500 Subject: [PATCH] Finally, a working build! --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7d3c92f..080d2eb 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # eBookReaderSwitch -This is a project I've haven't worked on for a while and I'm just now getting back to it. This is a Nintendo Switch Homebrew Application and will read ePub files, or eventually, what ever MuPDF supports. +This is a project I've recently just started working on again. Currently its using MuPDF as its backend. Currently only most pdf files work. ### Current State: -* Linker errors. -* Just about **ALL** of the code isn't even mine but taken from an old NX-Shell repo. -* Working on redoing the code. +* It finally works! +* So far, only **MOST** of the PDF files I've tested works. +* Just about **ALL** of the code isn't even mine but taken from an old commit of NX-Shell. ### TODO: -* Use MuPDF. +* Fix some PDF crashes and all the other file extentions.