Core: Removed unused directory_file_system and meta_file_system modules.

Core: Updated CMakeLists.txt to remove directory_file_system and meta_file_system modules.
This commit is contained in:
bunnei 2014-06-25 17:32:09 -04:00
parent 469fe42fad
commit 0cc3e85685
9 changed files with 0 additions and 1477 deletions

View file

@ -15,7 +15,6 @@
namespace System {
volatile State g_state;
MetaFileSystem g_ctr_file_system;
void UpdateState(State state) {
}
@ -45,7 +44,6 @@ void Shutdown() {
CoreTiming::Shutdown();
VideoCore::Shutdown();
Kernel::Shutdown();
g_ctr_file_system.Shutdown();
}
} // namespace