WII: Fix compilation of the GameCube port.

svn-id: r52089
This commit is contained in:
Andre Heider 2010-08-14 11:01:00 +00:00
parent 5731bce2e3
commit af3dd70938

View File

@ -72,8 +72,10 @@ void WiiFilesystemFactory::asyncInit() {
void WiiFilesystemFactory::asyncDeinit() {
#ifdef USE_WII_DI
umount(kDVD);
#ifndef GAMECUBE
DI_Close();
#endif
#endif
#ifdef USE_WII_SMB
umount(kSMB);
net_deinit();