summaryrefslogtreecommitdiff
path: root/src/core/system.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2014-07-04 21:58:08 -0400
committerbunnei <bunneidev@gmail.com>2014-07-04 21:58:08 -0400
commitad1adb2f9270cc48bfbfd8b12ad1dac162c48e39 (patch)
tree6bb6ab148504beaacdfa02ed1dd069e3a5f61427 /src/core/system.h
parent469fe42fad01fc45e454e6acfa413eeae92e587e (diff)
parentb70c4fb48ec32057e56d9c0373794670bddd4f34 (diff)
Merge pull request #26 from bunnei/romfs-archive
Adds preliminary RomFS archive support
Diffstat (limited to 'src/core/system.h')
-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);