summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/citra_qt/main.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/citra_qt/main.h b/src/citra_qt/main.h
index 7ae972937..debc35c92 100644
--- a/src/citra_qt/main.h
+++ b/src/citra_qt/main.h
@@ -73,12 +73,6 @@ private:
73 73
74 void ConnectWidgetEvents(); 74 void ConnectWidgetEvents();
75 75
76 /**
77 * Initializes the emulation system.
78 * @param system_mode The system mode with which to intialize the kernel.
79 * @returns Whether the system was properly initialized.
80 */
81 bool InitializeSystem(u32 system_mode);
82 bool LoadROM(const QString& filename); 76 bool LoadROM(const QString& filename);
83 void BootGame(const QString& filename); 77 void BootGame(const QString& filename);
84 void ShutdownGame(); 78 void ShutdownGame();