mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
AudioStream: Move all streams to same log channel
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
X(CompressHelpers) \
|
||||
X(Controller) \
|
||||
X(Core) \
|
||||
X(CubebAudioStream) \
|
||||
X(CueParser) \
|
||||
X(DInputSource) \
|
||||
X(DMA) \
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include "cubeb/cubeb.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
LOG_CHANNEL(CubebAudioStream);
|
||||
LOG_CHANNEL(AudioStream);
|
||||
|
||||
namespace {
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#include <SDL3/SDL.h>
|
||||
|
||||
LOG_CHANNEL(SDL);
|
||||
LOG_CHANNEL(AudioStream);
|
||||
|
||||
namespace {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user