Misc: Pass string_view by value
This commit is contained in:
@ -322,7 +322,7 @@ struct Settings
|
||||
std::string GetSharedMemoryCardPath(u32 slot) const;
|
||||
|
||||
/// Returns the default path to a memory card for a specific game.
|
||||
static std::string GetGameMemoryCardPath(const std::string_view& serial, u32 slot);
|
||||
static std::string GetGameMemoryCardPath(std::string_view serial, u32 slot);
|
||||
|
||||
static void CPUOverclockPercentToFraction(u32 percent, u32* numerator, u32* denominator);
|
||||
static u32 CPUOverclockFractionToPercent(u32 numerator, u32 denominator);
|
||||
|
||||
Reference in New Issue
Block a user