summaryrefslogtreecommitdiffstats
path: root/src/core/system.h
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-06-25 23:32:09 +0200
committerbunnei <ericbunnie@gmail.com>2014-06-27 22:58:30 +0200
commit0cc3e85685496f1dd5b742c42d0b2903b9f0c735 (patch)
treeffa194504437d7ee6e7ff7814140efe0751bd638 /src/core/system.h
parentMerge pull request #22 from bunnei/loader-improvements (diff)
downloadyuzu-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 '')
-rw-r--r--src/core/system.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/system.h b/src/core/system.h
index 09f1f6ebe..8f8ddf87b 100644
--- a/src/core/system.h
+++ b/src/core/system.h
@@ -5,7 +5,6 @@
#pragma once
#include "common/emu_window.h"
-#include "core/file_sys/meta_file_system.h"
////////////////////////////////////////////////////////////////////////////////////////////////////
@@ -24,7 +23,6 @@ typedef enum {
} State;
extern volatile State g_state;
-extern MetaFileSystem g_ctr_file_system;
void UpdateState(State state);
void Init(EmuWindow* emu_window);