mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +01:00
Unmount on the Wii
This commit is contained in:
parent
eb3ad92fc0
commit
12ed482d0d
@ -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
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user