From 678813a6ce81712cd5020d86a9ba1e4f78fe1825 Mon Sep 17 00:00:00 2001 From: Crayon2000 Date: Tue, 6 Oct 2009 13:11:02 +0000 Subject: [PATCH] [CHG] Typo in GRRLIB.html --- GRRLIB.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GRRLIB.html b/GRRLIB.html index dd58804..a078e9b 100644 --- a/GRRLIB.html +++ b/GRRLIB.html @@ -59,7 +59,7 @@ libgrrlib <- 2D graphics library +-- libjpeg <- JPEG image processor +-- libpngu <- Wii wrapper for libpng +-- libpng <- PNG image processor - +-- libz <- Zip (lossless) compsression (for PNG compression) + +-- libz <- Zip (lossless) compression (for PNG compression) Developing for the Wii @@ -106,7 +106,7 @@ libfat is supplied with devkitpro (Ie. preinstalled) available in the official release. If you can track down the original author, please tell him about these fixes. -Because of the way dependancies work, the libraries must be installed in reverse +Because of the way dependencies work, the libraries must be installed in reverse order. libz comes preinstalled with devkitPro, so we can move directly to libpng...