Codechange: Use std::string in the driver and blitter selection code.
This commit is contained in:
@@ -44,7 +44,7 @@ static OSStatus audioCallback(void *inRefCon, AudioUnitRenderActionFlags *inActi
|
||||
}
|
||||
|
||||
|
||||
const char *SoundDriver_Cocoa::Start(const char * const *parm)
|
||||
const char *SoundDriver_Cocoa::Start(const StringList &parm)
|
||||
{
|
||||
struct AURenderCallbackStruct callback;
|
||||
AudioStreamBasicDescription requestedDesc;
|
||||
|
Reference in New Issue
Block a user