mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 01:49:42 -06:00
pointless micro optimisations
This commit is contained in:
@ -279,7 +279,7 @@ void micClose()
|
||||
micDevice = 0;
|
||||
}
|
||||
|
||||
void micLoadWav(std::string name)
|
||||
void micLoadWav(const std::string& name)
|
||||
{
|
||||
SDL_AudioSpec format;
|
||||
memset(&format, 0, sizeof(SDL_AudioSpec));
|
||||
|
Reference in New Issue
Block a user