ameerj
5daf3abe65
common/logging: Move Log::Entry declaration to a separate header
This reduces the load of requiring to include std::chrono in all files which include log.h
5 years ago
Kelebek1
b455043e45
Fix XC2/VOEZ crashing, add audio looping and a few misc fixes
5 years ago
Lioncash
1ea6bdef05
audio_core: Make shadowing and unused parameters errors
Moves the audio code closer to enabling warnings as errors in general.
5 years ago
bunnei
3d592972dc
Revert "core: Fix clang build"
6 years ago
Lioncash
be1954e04c
core: Fix clang build
Recent changes to the build system that made more warnings be flagged as
errors caused building via clang to break.
Fixes #4795
6 years ago
Lioncash
9f9b64d280
audio_core/CMakeLists: Make warnings consistent with core
Normalizes the warnings shared between audio_core and core.
6 years ago
Lioncash
8b4ecf22d4
audio_core: Resolve sign conversion warnings
While were at it, we can also enable sign conversion warnings and other
common warnings as errors to prevent these from creeping back into the
codebase.
6 years ago
David Marcec
1b8fe7073b
adpcm streaming
6 years ago
David Marcec
3dcbba38bf
Fix perf regression
6 years ago
David Marcec
b924c71822
Address issues
6 years ago
David Marcec
380658c21d
audio_core: Apollo Part 1, AudioRenderer refactor
6 years ago