mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 22:47:58 -05:00
citra-qt: Pass string by const reference
This commit is contained in:
@ -207,7 +207,7 @@ void GMainWindow::OnDisplayTitleBars(bool show)
|
||||
}
|
||||
}
|
||||
|
||||
void GMainWindow::BootGame(std::string filename) {
|
||||
void GMainWindow::BootGame(const std::string& filename) {
|
||||
LOG_INFO(Frontend, "Citra starting...\n");
|
||||
|
||||
// Initialize the core emulation
|
||||
|
Reference in New Issue
Block a user