mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Core: Pass string by const reference in SaveScreenShot
This commit is contained in:
@ -678,7 +678,7 @@ void SaveScreenShot()
|
||||
SetState(CORE_RUN);
|
||||
}
|
||||
|
||||
void SaveScreenShot(const std::string name)
|
||||
void SaveScreenShot(const std::string& name)
|
||||
{
|
||||
const bool bPaused = (GetState() == CORE_PAUSE);
|
||||
|
||||
|
Reference in New Issue
Block a user