Finally, a working build!

This commit is contained in:
SeanOMik 2019-09-03 17:23:08 -05:00 committed by GitHub
parent 613fa5c879
commit dc00d211b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -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.