mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 11:29:24 +01:00
Unmount on the Wii
This commit is contained in:
parent
eb3ad92fc0
commit
12ed482d0d
@ -31,6 +31,10 @@
|
|||||||
#include "data_store.hh"
|
#include "data_store.hh"
|
||||||
#include "utils.hh"
|
#include "utils.hh"
|
||||||
|
|
||||||
|
#if defined(GEKKO)
|
||||||
|
#include "fat.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
// Global variables
|
// Global variables
|
||||||
extern int init_graphics(void);
|
extern int init_graphics(void);
|
||||||
@ -256,6 +260,10 @@ void Frodo::ReadyToRun(void)
|
|||||||
TheC64->Run();
|
TheC64->Run();
|
||||||
|
|
||||||
delete TheC64;
|
delete TheC64;
|
||||||
|
|
||||||
|
#if defined(GEKKO)
|
||||||
|
fatUnmount("sd:");
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user