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:
Weiyi Wang 2017-01-31 11:06:42 +02:00 committed by Yuri Kunde Schlesner
parent f7e96dc068
commit 0b9c59ff22
6 changed files with 1 additions and 4202 deletions

View file

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