From 8a32689a4cc7466e7460fbd5c8b66fc480ce7021 Mon Sep 17 00:00:00 2001 From: Melefo <42809472+Melefo@users.noreply.github.com> Date: Wed, 10 Feb 2021 13:51:38 +0100 Subject: [PATCH] Tabs... --- sources/APU/APU.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sources/APU/APU.hpp b/sources/APU/APU.hpp index aaf273e..937ae86 100644 --- a/sources/APU/APU.hpp +++ b/sources/APU/APU.hpp @@ -144,12 +144,12 @@ namespace ComSquare::APU std::shared_ptr _map; //! @brief Total size of the buffer containing samples - static constexpr int32_t bufferSize = 0x10000; - //! @brief Buffer containing samples to be played + static constexpr int32_t bufferSize = 0x10000; + //! @brief Buffer containing samples to be played int16_t _soundBuffer[bufferSize]; - //! @brief The DSP component used to produce sound - DSP::DSP _dsp; + //! @brief The DSP component used to produce sound + DSP::DSP _dsp; //! @brief Read from the APU ram. //! @param addr The address to read from. The address 0x0000 should refer to the first byte of the register.