mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 04:35:16 +00:00
WII: Fix compilation of the GameCube port.
svn-id: r52089
This commit is contained in:
parent
5731bce2e3
commit
af3dd70938
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user