Codechange: Move Sound Driver parameter name listings (#10127)
This commit is contained in:
@@ -24,7 +24,7 @@ public:
|
||||
/** Factory for the SDL sound driver. */
|
||||
class FSoundDriver_SDL : public DriverFactoryBase {
|
||||
public:
|
||||
FSoundDriver_SDL() : DriverFactoryBase(Driver::DT_SOUND, 5, "sdl", "SDL Sound Driver") {}
|
||||
FSoundDriver_SDL() : DriverFactoryBase(Driver::DT_SOUND, 5, "sdl", "SDL Sound Driver (param hz,samples)") {}
|
||||
Driver *CreateInstance() const override { return new SoundDriver_SDL(); }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user