mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-09 07:02:32 -07:00
citra-qt: Pass string by const reference
This commit is contained in:
@@ -55,7 +55,7 @@ signals:
|
||||
void EmulationStopping();
|
||||
|
||||
private:
|
||||
void BootGame(std::string filename);
|
||||
void BootGame(const std::string& filename);
|
||||
void ShutdownGame();
|
||||
|
||||
void closeEvent(QCloseEvent* event) override;
|
||||
|
Reference in New Issue
Block a user