Codechange: Use std::string in the driver and blitter selection code.
This commit is contained in:
@@ -58,7 +58,7 @@ static DWORD WINAPI SoundThread(LPVOID arg)
|
||||
return 0;
|
||||
}
|
||||
|
||||
const char *SoundDriver_Win32::Start(const char * const *parm)
|
||||
const char *SoundDriver_Win32::Start(const StringList &parm)
|
||||
{
|
||||
WAVEFORMATEX wfex;
|
||||
wfex.wFormatTag = WAVE_FORMAT_PCM;
|
||||
|
Reference in New Issue
Block a user