Refactor common functionality into zelda3 namespace; remove references to core::common

This commit is contained in:
scawful
2025-01-22 13:53:01 -05:00
parent 43fc52dec7
commit 26cda69d44
17 changed files with 35 additions and 53 deletions

View File

@@ -6,7 +6,6 @@
#include <sstream>
#include <vector>
#include "app/core/common.h"
#include "app/core/features.h"
#include "app/emu/cpu/internal/opcodes.h"