http://code.google.com/p/ftpii/source/detail?r=299
Modified:
/branches/0.0.21/README.txt
/branches/0.0.21/source/ftpii.c
=======================================
--- /branches/0.0.21/README.txt Sun Feb 14 02:39:08 2010
+++ /branches/0.0.21/README.txt Fri Feb 26 22:27:59 2010
@@ -33,9 +33,10 @@
For subversion changes since 0.0.6, see
http://code.google.com/p/ftpii/source/list
-20100213 0.0.21 Added NTFS filesystem support (libntfs). (thanks shareese!)
+20100227 0.0.21 Added NTFS filesystem support (libntfs). (thanks
shareese/rodries/dimok!)
Added SEEPROM filesystem support at /seeprom (libseeprom).
Fixed active-mode transfers. (thanks closms!)
+ Built with devkitPPC release 19, libogc r3938, libfat
r3938.
20091221 0.0.20 Make release ZIP structure compatible with HBC's new
wiiload.
Attempt to reinitialise network after failure.
Added OTP filesystem support at /otp (libotp).
=======================================
--- /branches/0.0.21/source/ftpii.c Sun Dec 20 07:24:37 2009
+++ /branches/0.0.21/source/ftpii.c Fri Feb 26 22:27:59 2010
@@ -59,6 +59,7 @@
}
static void initialise_ftpii() {
+ initialise_video();
DI_Init();
initialise_video();
PAD_Init();