From 93ad574cab1765fef0415dae9561b2c274401764 Mon Sep 17 00:00:00 2001 From: mrdude2478 Date: Tue, 26 Apr 2022 01:53:16 +0100 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 20e39d0..bf111e0 100644 --- a/README.md +++ b/README.md @@ -23,21 +23,21 @@ This code was prominently modified by MrDude on 25/04/2022 to be able to build w ## Building All componenets of TinWoo at once cd into the tinwoo folder then "make" -## Build Tinwoo components individually +## Build TinWoo components individually First, build and install usb libs - "make libusb".\ Second, built Plutonium - "make plutonium".\ Third, Make Tinwoo - "make tinwwoo". -## Cleanup tinwoo once built +## Cleanup tinWoo once built First, "make libusbclean".\ Second, "make cleanplutonium".\ Third, "make clean" ## Note This is a work in progress and lets you build with new libnx, plutonium packages. Some stuff still needs fixed to work with the new plutonium and libnx changes. -Stuff still to fix: -Font sizes in menus. -Threading in the main menu - to stop GUI freezing. -Options page - stop jumping back to top of page after something is selected -Touchscreen not working properly. +Stuff still to fix:\ +Font sizes in menus.\ +Threading in the main menu - to stop GUI freezing.\ +Options page - stop jumping back to top of page after something is selected.\ +Touchscreen not working properly.\ Probably the makefile for linux - and maybe some other stuff.