aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/src/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/src/system.h')
-rw-r--r--src/core/src/system.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/src/system.h b/src/core/src/system.h
index b86a8716..e05413d8 100644
--- a/src/core/src/system.h
+++ b/src/core/src/system.h
@@ -25,6 +25,7 @@
#ifndef CORE_SYSTEM_H_
#define CORE_SYSTEM_H_
+#include "emu_window.h"
#include "file_sys/meta_file_system.h"
////////////////////////////////////////////////////////////////////////////////////////////////////
@@ -47,7 +48,7 @@ extern volatile State g_state;
extern MetaFileSystem g_ctr_file_system;
void UpdateState(State state);
-void Init();
+void Init(EmuWindow* emu_window);
void RunLoopFor(int cycles);
void RunLoopUntil(u64 global_cycles);
void Shutdown();