mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-23 06:57:08 +00:00
Provides a basic extension to the interface to begin migration off of the printf-based logging system. Everything will go through macros with the same style naming as the old logging system, except the macros will have the _FMT suffix, while the migration is in process. This allows for peacemeal migration over time instead of pulling everything out and replacing it all in a single pull request, which makes for much easier reviewing. |
||
|---|---|---|
| .. | ||
| AlsaSoundStream.cpp | ||
| AlsaSoundStream.h | ||
| AudioCommon.cpp | ||
| AudioCommon.h | ||
| AudioCommon.vcxproj | ||
| AudioCommon.vcxproj.filters | ||
| AudioStretcher.cpp | ||
| AudioStretcher.h | ||
| CMakeLists.txt | ||
| CubebStream.cpp | ||
| CubebStream.h | ||
| CubebUtils.cpp | ||
| CubebUtils.h | ||
| Enums.h | ||
| Mixer.cpp | ||
| Mixer.h | ||
| NullSoundStream.cpp | ||
| NullSoundStream.h | ||
| OpenALStream.cpp | ||
| OpenALStream.h | ||
| OpenSLESStream.cpp | ||
| OpenSLESStream.h | ||
| PulseAudioStream.cpp | ||
| PulseAudioStream.h | ||
| SoundStream.h | ||
| SurroundDecoder.cpp | ||
| SurroundDecoder.h | ||
| WASAPIStream.cpp | ||
| WASAPIStream.h | ||
| WaveFile.cpp | ||
| WaveFile.h | ||