Merge branch 'master' into d3d12
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -7,9 +7,6 @@
|
||||
[submodule "third_party/binutils-ppc-cygwin"]
|
||||
path = third_party/binutils-ppc-cygwin
|
||||
url = https://github.com/benvanik/binutils-ppc-cygwin
|
||||
[submodule "third_party/capstone"]
|
||||
path = third_party/capstone
|
||||
url = https://github.com/xenia-project/capstone.git
|
||||
[submodule "third_party/libav"]
|
||||
path = third_party/libav
|
||||
url = https://github.com/xenia-project/libav.git
|
||||
@@ -49,3 +46,6 @@
|
||||
[submodule "third_party/aes_128"]
|
||||
path = third_party/aes_128
|
||||
url = https://github.com/openluopworld/aes_128.git
|
||||
[submodule "third_party/capstone"]
|
||||
path = third_party/capstone
|
||||
url = https://github.com/xenia-project/capstone.git
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
|
||||
#include <climits>
|
||||
|
||||
#include "third_party/capstone/include/capstone.h"
|
||||
#include "third_party/capstone/include/x86.h"
|
||||
#include "third_party/capstone/include/capstone/capstone.h"
|
||||
#include "third_party/capstone/include/capstone/x86.h"
|
||||
#include "xenia/base/profiling.h"
|
||||
#include "xenia/base/reset_scope.h"
|
||||
#include "xenia/cpu/backend/x64/x64_backend.h"
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "third_party/capstone/include/capstone.h"
|
||||
#include "third_party/capstone/include/x86.h"
|
||||
#include "third_party/capstone/include/capstone/capstone.h"
|
||||
#include "third_party/capstone/include/capstone/x86.h"
|
||||
|
||||
#include "xenia/base/exception_handler.h"
|
||||
#include "xenia/base/logging.h"
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
#include <cinttypes>
|
||||
#include <utility>
|
||||
|
||||
#include "third_party/capstone/include/capstone.h"
|
||||
#include "third_party/capstone/include/x86.h"
|
||||
#include "third_party/capstone/include/capstone/capstone.h"
|
||||
#include "third_party/capstone/include/capstone/x86.h"
|
||||
#include "third_party/imgui/imgui.h"
|
||||
#include "third_party/imgui/imgui_internal.h"
|
||||
#include "third_party/yaml-cpp/include/yaml-cpp/yaml.h"
|
||||
|
||||
2
third_party/capstone
vendored
2
third_party/capstone
vendored
Submodule third_party/capstone updated: 1210576351...f9c6a90489
1
third_party/capstone.lua
vendored
1
third_party/capstone.lua
vendored
@@ -30,7 +30,6 @@ project("capstone")
|
||||
"capstone/MCInstrDesc.h",
|
||||
"capstone/MCRegisterInfo.c",
|
||||
"capstone/MCRegisterInfo.h",
|
||||
"capstone/myinttypes.h",
|
||||
"capstone/SStream.c",
|
||||
"capstone/SStream.h",
|
||||
"capstone/utils.c",
|
||||
|
||||
2
third_party/discord-rpc
vendored
2
third_party/discord-rpc
vendored
Submodule third_party/discord-rpc updated: ba9fe00c4d...eff23a770a
2
third_party/rapidjson
vendored
2
third_party/rapidjson
vendored
Submodule third_party/rapidjson updated: af223d44f4...d87b698d0f
Reference in New Issue
Block a user