forked from eden-emu/eden
added core_timing and system modules to core vcproj
This commit is contained in:
parent
4c24ea3d88
commit
9d79fc7aa6
6 changed files with 823 additions and 2 deletions
|
@ -31,8 +31,6 @@
|
|||
|
||||
namespace System {
|
||||
|
||||
extern MetaFileSystem g_ctr_file_system;
|
||||
|
||||
// State of the full emulator
|
||||
typedef enum {
|
||||
STATE_NULL = 0, ///< System is in null state, nothing initialized
|
||||
|
@ -46,6 +44,7 @@ typedef enum {
|
|||
} State;
|
||||
|
||||
extern volatile State g_state;
|
||||
extern MetaFileSystem g_ctr_file_system;
|
||||
|
||||
void UpdateState(State state);
|
||||
void Init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue