Merge pull request #1175 from lioncash/ns
core: Namespace all code in the arm subdirectory under the Core namespace
This commit is contained in:
commit
62edc01525
13 changed files with 42 additions and 12 deletions
|
@ -23,8 +23,6 @@
|
|||
#include "video_core/debug_utils/debug_utils.h"
|
||||
#include "video_core/gpu.h"
|
||||
|
||||
class ARM_Interface;
|
||||
|
||||
namespace Core::Frontend {
|
||||
class EmuWindow;
|
||||
}
|
||||
|
@ -39,6 +37,8 @@ class RendererBase;
|
|||
|
||||
namespace Core {
|
||||
|
||||
class ARM_Interface;
|
||||
|
||||
class System {
|
||||
public:
|
||||
System(const System&) = delete;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue