aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/system.h
diff options
context:
space:
mode:
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 09f1f6eb..8f8ddf87 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);