mirror of https://github.com/PCSX2/pcsx2.git
cmake: remove unused asm file
Code was ported (inlined asm/recompiler)
This commit is contained in:
parent
3f17898bf5
commit
39b77c6fd3
|
@ -571,11 +571,6 @@ set(pcsx2x86Headers
|
||||||
x86/newVif_UnpackSSE.h
|
x86/newVif_UnpackSSE.h
|
||||||
)
|
)
|
||||||
|
|
||||||
# colect .asm files
|
|
||||||
set(pcsx2AsmFiles
|
|
||||||
IPU/yuv2rgb.asm
|
|
||||||
x86/ix86-32/aVif_proc-32.asm)
|
|
||||||
|
|
||||||
# collect .S files
|
# collect .S files
|
||||||
if (NOT DISABLE_SVU)
|
if (NOT DISABLE_SVU)
|
||||||
set(pcsx2SSources x86/aVUzerorec.S)
|
set(pcsx2SSources x86/aVUzerorec.S)
|
||||||
|
|
Loading…
Reference in New Issue