mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-16 00:27:54 +00:00
Common/x64: remove legacy emitter and abi (#2504)
These are not used any more since we moved shader JIT to xbyak.
This commit is contained in:
parent
6b2f12869e
commit
6580180759
6 changed files with 1 additions and 4202 deletions
|
@ -12,7 +12,6 @@
|
|||
#include <xbyak.h>
|
||||
#include "common/bit_set.h"
|
||||
#include "common/common_types.h"
|
||||
#include "common/x64/emitter.h"
|
||||
#include "video_core/shader/shader.h"
|
||||
|
||||
using nihstro::Instruction;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue