diff options
author | bunnei <ericbunnie@gmail.com> | 2014-06-25 23:32:09 +0200 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-06-27 22:58:30 +0200 |
commit | 0cc3e85685496f1dd5b742c42d0b2903b9f0c735 (patch) | |
tree | ffa194504437d7ee6e7ff7814140efe0751bd638 /src/core/system.cpp | |
parent | Merge pull request #22 from bunnei/loader-improvements (diff) | |
download | yuzu-0cc3e85685496f1dd5b742c42d0b2903b9f0c735.tar yuzu-0cc3e85685496f1dd5b742c42d0b2903b9f0c735.tar.gz yuzu-0cc3e85685496f1dd5b742c42d0b2903b9f0c735.tar.bz2 yuzu-0cc3e85685496f1dd5b742c42d0b2903b9f0c735.tar.lz yuzu-0cc3e85685496f1dd5b742c42d0b2903b9f0c735.tar.xz yuzu-0cc3e85685496f1dd5b742c42d0b2903b9f0c735.tar.zst yuzu-0cc3e85685496f1dd5b742c42d0b2903b9f0c735.zip |
Diffstat (limited to 'src/core/system.cpp')
-rw-r--r-- | src/core/system.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/system.cpp b/src/core/system.cpp index 9b1e96888..43d0eef2c 100644 --- a/src/core/system.cpp +++ b/src/core/system.cpp @@ -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 |