remove app namespace

This commit is contained in:
scawful
2024-12-28 21:28:51 -05:00
parent 3ebe17c7bd
commit e05e7c35db
174 changed files with 475 additions and 658 deletions

View File

@@ -27,7 +27,6 @@
// 7F 0000-FFFF System RAM
namespace yaze {
namespace app {
namespace emu {
namespace memory {
@@ -309,7 +308,7 @@ class MemoryImpl : public Memory {
} // namespace memory
} // namespace emu
} // namespace app
} // namespace yaze
#endif // MEM_H