mirror of https://github.com/encounter/SDL.git
os2audio: changed backend name from MMOS2 to DART (like SDL-1.2)
This commit is contained in:
parent
2376458841
commit
8f1025899a
|
@ -447,7 +447,9 @@ static int OS2_Init(SDL_AudioDriverImpl * impl)
|
|||
}
|
||||
|
||||
|
||||
AudioBootStrap OS2AUDIO_bootstrap = { "MMOS2", "OS/2 DART", OS2_Init, 0 };
|
||||
AudioBootStrap OS2AUDIO_bootstrap = {
|
||||
"DART", "OS/2 DART", OS2_Init, 0
|
||||
};
|
||||
|
||||
#endif /* SDL_AUDIO_DRIVER_OS2 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue