mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2025-02-20 02:31:42 +00:00
audio: Refer to audio devices to "playback" and "recording"
This commit is contained in:
parent
a64960cfc0
commit
e388e377aa
@ -54,7 +54,7 @@ static void poked(int sig)
|
||||
|
||||
static const char *devtypestr(int recording)
|
||||
{
|
||||
return recording ? "capture" : "output";
|
||||
return recording ? "recording" : "playback";
|
||||
}
|
||||
|
||||
static void iteration(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user