Browse Source
Merge remote-tracking branch 'origin/lizfixnxbuilderrs' into liz-clang-cl-cmake
pull/348/head
crueter
6 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
2 changed files with
7 additions and
0 deletions
-
src/core/arm/nce/interpreter_visitor.h
-
src/core/arm/nce/patcher.cpp
|
|
@ -4,9 +4,14 @@ |
|
|
|
|
|
|
|
|
#pragma once |
|
|
#pragma once |
|
|
|
|
|
|
|
|
|
|
|
#include <atomic> |
|
|
#include <signal.h> |
|
|
#include <signal.h> |
|
|
#include <unistd.h> |
|
|
#include <unistd.h> |
|
|
|
|
|
#include <span> |
|
|
|
|
|
|
|
|
|
|
|
#include "core/hle/kernel/k_thread.h" |
|
|
|
|
|
#include "core/memory.h" |
|
|
|
|
|
#include "common/logging/log.h" |
|
|
#include "core/arm/nce/visitor_base.h" |
|
|
#include "core/arm/nce/visitor_base.h" |
|
|
|
|
|
|
|
|
namespace Core { |
|
|
namespace Core { |
|
|
|
|
|
@ -11,6 +11,8 @@ |
|
|
#include "core/core.h"
|
|
|
#include "core/core.h"
|
|
|
#include "core/core_timing.h"
|
|
|
#include "core/core_timing.h"
|
|
|
#include "core/hle/kernel/svc.h"
|
|
|
#include "core/hle/kernel/svc.h"
|
|
|
|
|
|
#include "core/memory.h"
|
|
|
|
|
|
#include "core/hle/kernel/k_thread.h"
|
|
|
|
|
|
|
|
|
namespace Core::NCE { |
|
|
namespace Core::NCE { |
|
|
|
|
|
|
|
|
|