diff options
| author | 2014-06-25 17:32:09 -0400 | |
|---|---|---|
| committer | 2014-06-27 16:58:30 -0400 | |
| commit | 0cc3e85685496f1dd5b742c42d0b2903b9f0c735 (patch) | |
| tree | ffa194504437d7ee6e7ff7814140efe0751bd638 /src/core/system.h | |
| parent | Merge pull request #22 from bunnei/loader-improvements (diff) | |
| download | yuzu-0cc3e85685496f1dd5b742c42d0b2903b9f0c735.tar.gz yuzu-0cc3e85685496f1dd5b742c42d0b2903b9f0c735.tar.xz yuzu-0cc3e85685496f1dd5b742c42d0b2903b9f0c735.zip | |
Core: Removed unused directory_file_system and meta_file_system modules.
Core: Updated CMakeLists.txt to remove directory_file_system and meta_file_system modules.
Diffstat (limited to 'src/core/system.h')
| -rw-r--r-- | src/core/system.h | 2 |
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 @@ | |||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include "common/emu_window.h" | 7 | #include "common/emu_window.h" |
| 8 | #include "core/file_sys/meta_file_system.h" | ||
| 9 | 8 | ||
| 10 | //////////////////////////////////////////////////////////////////////////////////////////////////// | 9 | //////////////////////////////////////////////////////////////////////////////////////////////////// |
| 11 | 10 | ||
| @@ -24,7 +23,6 @@ typedef enum { | |||
| 24 | } State; | 23 | } State; |
| 25 | 24 | ||
| 26 | extern volatile State g_state; | 25 | extern volatile State g_state; |
| 27 | extern MetaFileSystem g_ctr_file_system; | ||
| 28 | 26 | ||
| 29 | void UpdateState(State state); | 27 | void UpdateState(State state); |
| 30 | void Init(EmuWindow* emu_window); | 28 | void Init(EmuWindow* emu_window); |