From 6c8dd72cd898f9a9fc4eb362b7ca639fbffc10ed Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sat, 17 Mar 2012 00:09:38 +0100 Subject: [PATCH] (PS3) Build fix for PS3 --- Makefile.ps3 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.ps3 b/Makefile.ps3 index a413953b49..bec8f31cbf 100644 --- a/Makefile.ps3 +++ b/Makefile.ps3 @@ -61,8 +61,7 @@ PPU_SRCS = fifo_buffer.c \ ps3/ps3_video_psgl.c \ gfx/shader_cg.c \ gfx/snes_state.c \ - ups.c \ - bps.c \ + patch.c \ compat/strl.c \ audio/hermite.c \ audio/rsound.c \