mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-03 08:57:51 -05: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