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.
This commit is contained in:
parent
469fe42fad
commit
0cc3e85685
9 changed files with 0 additions and 1477 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue