diff options
| author | 2016-09-18 18:01:46 -0700 | |
|---|---|---|
| committer | 2016-09-18 21:14:25 -0700 | |
| commit | 396a8d91a4423d9c793eeff0798d544613647511 (patch) | |
| tree | e0203961233db1ffcbbca2e15154d71d142c5822 /src/audio_core/hle/dsp.cpp | |
| parent | Tweak formatting settings (diff) | |
| download | yuzu-396a8d91a4423d9c793eeff0798d544613647511.tar.gz yuzu-396a8d91a4423d9c793eeff0798d544613647511.tar.xz yuzu-396a8d91a4423d9c793eeff0798d544613647511.zip | |
Manually tweak source formatting and then re-run clang-format
Diffstat (limited to 'src/audio_core/hle/dsp.cpp')
| -rw-r--r-- | src/audio_core/hle/dsp.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/audio_core/hle/dsp.cpp b/src/audio_core/hle/dsp.cpp index 5c8afa111..aaa3a280f 100644 --- a/src/audio_core/hle/dsp.cpp +++ b/src/audio_core/hle/dsp.cpp | |||
| @@ -49,7 +49,8 @@ static SharedMemory& WriteRegion() { | |||
| 49 | static std::array<Source, num_sources> sources = { | 49 | static std::array<Source, num_sources> sources = { |
| 50 | Source(0), Source(1), Source(2), Source(3), Source(4), Source(5), Source(6), Source(7), | 50 | Source(0), Source(1), Source(2), Source(3), Source(4), Source(5), Source(6), Source(7), |
| 51 | Source(8), Source(9), Source(10), Source(11), Source(12), Source(13), Source(14), Source(15), | 51 | Source(8), Source(9), Source(10), Source(11), Source(12), Source(13), Source(14), Source(15), |
| 52 | Source(16), Source(17), Source(18), Source(19), Source(20), Source(21), Source(22), Source(23)}; | 52 | Source(16), Source(17), Source(18), Source(19), Source(20), Source(21), Source(22), Source(23), |
| 53 | }; | ||
| 53 | static Mixers mixers; | 54 | static Mixers mixers; |
| 54 | 55 | ||
| 55 | static StereoFrame16 GenerateCurrentFrame() { | 56 | static StereoFrame16 GenerateCurrentFrame() { |