Initial ARM64 support
This commit is contained in:
parent
3161b34ff6
commit
cbaf642ffe
15 changed files with 68 additions and 36 deletions
|
@ -16,7 +16,10 @@
|
|||
#include "video_core/macro/macro.h"
|
||||
#include "video_core/macro/macro_hle.h"
|
||||
#include "video_core/macro/macro_interpreter.h"
|
||||
|
||||
#ifdef ARCHITECTURE_x86_64
|
||||
#include "video_core/macro/macro_jit_x64.h"
|
||||
#endif
|
||||
|
||||
namespace Tegra {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue