Unmount on the Wii

This commit is contained in:
simon.kagstrom 2010-03-21 12:52:07 +00:00
parent eb3ad92fc0
commit 12ed482d0d
1 changed files with 8 additions and 0 deletions

View File

@ -31,6 +31,10 @@
#include "data_store.hh"
#include "utils.hh"
#if defined(GEKKO)
#include "fat.h"
#endif
// Global variables
extern int init_graphics(void);
@ -256,6 +260,10 @@ void Frodo::ReadyToRun(void)
TheC64->Run();
delete TheC64;
#if defined(GEKKO)
fatUnmount("sd:");
#endif
}
/*