cmake: remove unused asm file

Code was ported (inlined asm/recompiler)
This commit is contained in:
Gregory Hainaut 2016-01-09 15:48:58 +01:00
parent 3f17898bf5
commit 39b77c6fd3
1 changed files with 0 additions and 5 deletions

View File

@ -571,11 +571,6 @@ set(pcsx2x86Headers
x86/newVif_UnpackSSE.h
)
# colect .asm files
set(pcsx2AsmFiles
IPU/yuv2rgb.asm
x86/ix86-32/aVif_proc-32.asm)
# collect .S files
if (NOT DISABLE_SVU)
set(pcsx2SSources x86/aVUzerorec.S)