aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/sdl2.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-03-19 00:24:54 -0700
committerChris Robinson <[email protected]>2019-03-19 00:24:54 -0700
commit9695952c8d45245c3f1dbbfd9a363403bd5dd6aa (patch)
treedaa5c61e7ad0d72ad5a2184c54a7aa88b66688d0 /Alc/backends/sdl2.cpp
parentd31514f8beff74d4425a7dd7bcc2084023a3ffdd (diff)
Rename DevProbe enum names
Diffstat (limited to 'Alc/backends/sdl2.cpp')
-rw-r--r--Alc/backends/sdl2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/backends/sdl2.cpp b/Alc/backends/sdl2.cpp
index 84b34014..9699e274 100644
--- a/Alc/backends/sdl2.cpp
+++ b/Alc/backends/sdl2.cpp
@@ -207,7 +207,7 @@ bool SDL2BackendFactory::querySupport(BackendType type)
void SDL2BackendFactory::probe(DevProbe type, std::string *outnames)
{
- if(type != ALL_DEVICE_PROBE)
+ if(type != DevProbe::Playback)
return;
int num_devices{SDL_GetNumAudioDevices(SDL_FALSE)};