mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-17 09:02:39 +00: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