Add audio namespace inside of emu

This commit is contained in:
scawful
2024-04-13 23:32:30 -05:00
parent 3effd03f1f
commit ad08d998b5
11 changed files with 32 additions and 7 deletions

View File

@@ -13,6 +13,7 @@
namespace yaze {
namespace app {
namespace emu {
namespace audio {
void Apu::Init() {
// Set the clock frequency
@@ -134,6 +135,7 @@ void Apu::WriteDspMemory(uint16_t address, uint8_t value) {
dsp_.WriteGlobalReg(address, value);
}
} // namespace audio
} // namespace emu
} // namespace app
} // namespace yaze