Codechange: Use std::string in the driver and blitter selection code.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
/** Implementation of the XAudio2 sound driver. */
|
||||
class SoundDriver_XAudio2 : public SoundDriver {
|
||||
public:
|
||||
const char *Start(const char * const *param) override;
|
||||
const char *Start(const StringList ¶m) override;
|
||||
|
||||
void Stop() override;
|
||||
const char *GetName() const override { return "xaudio2"; }
|
||||
|
Reference in New Issue
Block a user