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

@@ -7,6 +7,7 @@
namespace yaze {
namespace app {
namespace emu {
namespace audio {
using testing::_;
using testing::Return;
@@ -461,6 +462,7 @@ TEST_F(Spc700Test, BootIplRomOk) {
// EXPECT_EQ(spc700.PC, 0xFFC1 + 0x3F);
}
} // namespace audio
} // namespace emu
} // namespace app
} // namespace yaze