mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 16:07:59 -05: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:
committed by
Yuri Kunde Schlesner
parent
f7e96dc068
commit
0b9c59ff22
@ -61,14 +61,11 @@ set(HEADERS
|
||||
|
||||
if(ARCHITECTURE_x86_64)
|
||||
set(SRCS ${SRCS}
|
||||
x64/abi.cpp
|
||||
x64/cpu_detect.cpp
|
||||
x64/emitter.cpp)
|
||||
)
|
||||
|
||||
set(HEADERS ${HEADERS}
|
||||
x64/abi.h
|
||||
x64/cpu_detect.h
|
||||
x64/emitter.h
|
||||
x64/xbyak_abi.h
|
||||
x64/xbyak_util.h
|
||||
)
|
||||
|
Reference in New Issue
Block a user