os2audio: changed backend name from MMOS2 to DART (like SDL-1.2)

This commit is contained in:
Ozkan Sezer 2021-01-23 17:28:10 +03:00
parent 2376458841
commit 8f1025899a
1 changed files with 3 additions and 1 deletions

View File

@ -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 */