Merge pull request #1175 from lioncash/ns

core: Namespace all code in the arm subdirectory under the Core namespace
This commit is contained in:
bunnei 2018-08-27 18:17:12 -04:00 committed by GitHub
commit 62edc01525
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 42 additions and 12 deletions

View file

@ -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;