mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Core: Pass string by const reference in SaveScreenShot
This commit is contained in:
@ -52,7 +52,7 @@ void SetState(EState _State);
|
||||
EState GetState();
|
||||
|
||||
void SaveScreenShot();
|
||||
void SaveScreenShot(std::string name);
|
||||
void SaveScreenShot(const std::string& name);
|
||||
|
||||
void Callback_WiimoteInterruptChannel(int _number, u16 _channelID, const void* _pData, u32 _Size);
|
||||
|
||||
|
Reference in New Issue
Block a user