mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 17:57:58 -05:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user