summaryrefslogtreecommitdiff
path: root/src/citra_qt/main.h
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2017-02-17 22:33:01 -0800
committerGitHub <noreply@github.com>2017-02-17 22:33:01 -0800
commit23bb8700461f4e8ee0627b78bd0fafbfc4498ebb (patch)
tree9e8a6fc0ce553656301684b93d9346f94028f51b /src/citra_qt/main.h
parentc7c1f56ce62b8250e5c777df9fbd62d19cf912c9 (diff)
parentcef18c94e223aea4747a058dcbc719f5e14a6cab (diff)
Merge pull request #2577 from yuriks/qt-cleanup
Qt cleanup
Diffstat (limited to 'src/citra_qt/main.h')
-rw-r--r--src/citra_qt/main.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/citra_qt/main.h b/src/citra_qt/main.h
index 102fd151d..debc35c92 100644
--- a/src/citra_qt/main.h
+++ b/src/citra_qt/main.h
@@ -73,14 +73,8 @@ private:
void ConnectWidgetEvents();
- /**
- * Initializes the emulation system.
- * @param system_mode The system mode with which to intialize the kernel.
- * @returns Whether the system was properly initialized.
- */
- bool InitializeSystem(u32 system_mode);
- bool LoadROM(const std::string& filename);
- void BootGame(const std::string& filename);
+ bool LoadROM(const QString& filename);
+ void BootGame(const QString& filename);
void ShutdownGame();
/**
@@ -94,7 +88,7 @@ private:
*
* @param filename the filename to store
*/
- void StoreRecentFile(const std::string& filename);
+ void StoreRecentFile(const QString& filename);
/**
* Updates the recent files menu.