mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Fix comment
This commit is contained in:
+1
-1
@@ -114,7 +114,7 @@ static void InitSDLAudioDevice(const std::string &name = "") {
|
||||
}
|
||||
}
|
||||
if (audioDev <= 0) {
|
||||
ILOG("SDL: Trying a different sample rate");
|
||||
ILOG("SDL: Trying a different device");
|
||||
audioDev = SDL_OpenAudioDevice(nullptr, 0, &fmt, &g_retFmt, SDL_AUDIO_ALLOW_FREQUENCY_CHANGE);
|
||||
}
|
||||
if (audioDev <= 0) {
|
||||
|
||||
Reference in New Issue
Block a user