summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/main.h
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2017-02-18 07:33:01 +0100
committerGitHub <noreply@github.com>2017-02-18 07:33:01 +0100
commit23bb8700461f4e8ee0627b78bd0fafbfc4498ebb (patch)
tree9e8a6fc0ce553656301684b93d9346f94028f51b /src/citra_qt/main.h
parentHID: move enable_accelerometer/gyroscope_count initialization into Init() (#2574) (diff)
parentQt: Make IsSingleFileDropEvent static (diff)
downloadyuzu-23bb8700461f4e8ee0627b78bd0fafbfc4498ebb.tar
yuzu-23bb8700461f4e8ee0627b78bd0fafbfc4498ebb.tar.gz
yuzu-23bb8700461f4e8ee0627b78bd0fafbfc4498ebb.tar.bz2
yuzu-23bb8700461f4e8ee0627b78bd0fafbfc4498ebb.tar.lz
yuzu-23bb8700461f4e8ee0627b78bd0fafbfc4498ebb.tar.xz
yuzu-23bb8700461f4e8ee0627b78bd0fafbfc4498ebb.tar.zst
yuzu-23bb8700461f4e8ee0627b78bd0fafbfc4498ebb.zip
Diffstat (limited to '')
-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.