summaryrefslogtreecommitdiffstats
path: root/src/core/system.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2014-07-05 03:58:08 +0200
committerbunnei <bunneidev@gmail.com>2014-07-05 03:58:08 +0200
commitad1adb2f9270cc48bfbfd8b12ad1dac162c48e39 (patch)
tree6bb6ab148504beaacdfa02ed1dd069e3a5f61427 /src/core/system.cpp
parentMerge pull request #22 from bunnei/loader-improvements (diff)
parentNCCH: Updated ExeFS memory allocation to be safer. (diff)
downloadyuzu-ad1adb2f9270cc48bfbfd8b12ad1dac162c48e39.tar
yuzu-ad1adb2f9270cc48bfbfd8b12ad1dac162c48e39.tar.gz
yuzu-ad1adb2f9270cc48bfbfd8b12ad1dac162c48e39.tar.bz2
yuzu-ad1adb2f9270cc48bfbfd8b12ad1dac162c48e39.tar.lz
yuzu-ad1adb2f9270cc48bfbfd8b12ad1dac162c48e39.tar.xz
yuzu-ad1adb2f9270cc48bfbfd8b12ad1dac162c48e39.tar.zst
yuzu-ad1adb2f9270cc48bfbfd8b12ad1dac162c48e39.zip
Diffstat (limited to 'src/core/system.cpp')
-rw-r--r--src/core/system.cpp2
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